Skip to content

Commit 3739532

Browse files
authored
Update parity-scale-codec to prepare for breaking rustc release (#6746)
This updates parity-scale-codec{-derive} to prepare for a rustc release that would otherwise break the derive implementation: rust-lang/rust#73084
1 parent b68f336 commit 3739532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/paritytech/substrate/"
1212
targets = ["x86_64-unknown-linux-gnu"]
1313

1414
[dependencies]
15-
codec = { package = "parity-scale-codec", version = "1.3.1", default-features = false, features = ["derive"] }
15+
codec = { package = "parity-scale-codec", version = "1.3.4", default-features = false, features = ["derive"] }
1616
sp-inherents = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/inherents" }
1717
sp-authorship = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/authorship" }
1818
sp-std = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/std" }

0 commit comments

Comments
 (0)