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 committed Jul 28, 2020
1 parent 777d5eb commit 2d62b18
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 }
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-std = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/std" }
sp-io = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/io" }
sp-runtime = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/runtime" }
Expand Down

0 comments on commit 2d62b18

Please sign in to comment.