Skip to content

Commit

Permalink
Fix build on no-std and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gavofyork committed Jun 11, 2022
1 parent 9fad598 commit c25f14a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "parity-scale-codec"
description = "SCALE - Simple Concatenating Aggregated Little Endians"
version = "3.1.4"
version = "3.1.5"
authors = ["Parity Technologies <admin@parity.io>"]
license = "Apache-2.0"
repository = "https://github.com/paritytech/parity-scale-codec"
Expand Down
1 change: 1 addition & 0 deletions src/max_encoded_len.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
use crate::{Compact, Encode};
use impl_trait_for_tuples::impl_for_tuples;
use core::{mem, marker::PhantomData};
use allow::boxed::Box;

/// Items implementing `MaxEncodedLen` have a statically known maximum encoded size.
///
Expand Down

0 comments on commit c25f14a

Please sign in to comment.