Skip to content

Commit 544a913

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 d10a189 commit 544a913

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 @@ description = "Consensus extension module for BABE consensus. Collects on-chain
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
frame-benchmarking = { version = "2.0.0-rc5", default-features = false, path = "../benchmarking", optional = true }
1717
frame-support = { version = "2.0.0-rc5", default-features = false, path = "../support" }
1818
frame-system = { version = "2.0.0-rc5", default-features = false, path = "../system" }

0 commit comments

Comments
 (0)