Skip to content

Commit

Permalink
Update parity-scale-codec to prepare for breaking rustc release (#6746)
Browse files Browse the repository at this point in the history
This updates parity-scale-codec{-derive} to prepare for a rustc release
that would otherwise break the derive implementation:
rust-lang/rust#73084
  • Loading branch information
bkchr authored Jul 28, 2020
1 parent b68f336 commit 3739532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/paritytech/substrate/"
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
codec = { package = "parity-scale-codec", version = "1.3.1", default-features = false, features = ["derive"] }
codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false, features = ["derive"] }
sp-inherents = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/inherents" }
sp-authorship = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/authorship" }
sp-std = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/std" }
Expand Down

0 comments on commit 3739532

Please sign in to comment.