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 9b9972e commit 111aba5Copy full SHA for 111aba5
Cargo.toml
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
14
[dependencies]
15
sp-application-crypto = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/application-crypto" }
16
pallet-authorship = { version = "2.0.0-rc5", default-features = false, path = "../authorship" }
17
-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"] }
18
sp-core = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/core" }
19
sp-std = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/std" }
20
serde = { version = "1.0.101", optional = true }
0 commit comments