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 79e5dc4 commit f0a392bCopy full SHA for f0a392b
Cargo.toml
@@ -13,7 +13,7 @@ targets = ["x86_64-unknown-linux-gnu"]
13
14
[dependencies]
15
sp-application-crypto = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/application-crypto" }
16
-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"] }
17
sp-inherents = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/inherents" }
18
sp-std = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/std" }
19
serde = { version = "1.0.101", optional = true }
0 commit comments