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 c060d88 commit e574960
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 @@ -13,7 +13,7 @@ targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
serde = { version = "1.0.101", optional = true, features = ["derive"] }
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-application-crypto = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/application-crypto" }
sp-core = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/core" }
sp-finality-grandpa = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/finality-grandpa" }
Expand Down

0 comments on commit e574960

Please sign in to comment.