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 5fc8a6f commit 0ad9dd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-core = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/core" }
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" }
Expand Down
2 changes: 1 addition & 1 deletion benchmarking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rand = { version = "0.7.2", default-features = false }

[dev-dependencies]
serde = { version = "1.0.101" }
codec = { package = "parity-scale-codec", version = "1.3.1", features = ["derive"] }
codec = { package = "parity-scale-codec", version = "1.3.4", features = ["derive"] }
sp-core = { version = "2.0.0-rc5", path = "../../../primitives/core" }
pallet-staking-reward-curve = { version = "2.0.0-rc5", path = "../../staking/reward-curve" }
sp-io ={ version = "2.0.0-rc5", path = "../../../primitives/io" }
Expand Down

0 comments on commit 0ad9dd3

Please sign in to comment.