We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b68f336 commit 3739532Copy full SHA for 3739532
Cargo.toml
@@ -12,7 +12,7 @@ repository = "https://github.com/paritytech/substrate/"
12
targets = ["x86_64-unknown-linux-gnu"]
13
14
[dependencies]
15
-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"] }
16
sp-inherents = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/inherents" }
17
sp-authorship = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/authorship" }
18
sp-std = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/std" }
0 commit comments