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 c036d67 commit 4b4b12aCopy full SHA for 4b4b12a
Cargo.toml
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
14
[dependencies]
15
sp-authority-discovery = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/authority-discovery" }
16
sp-application-crypto = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/application-crypto" }
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-std = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/std" }
19
serde = { version = "1.0.101", optional = true }
20
pallet-session = { version = "2.0.0-rc5", features = ["historical" ], path = "../session", default-features = false }
0 commit comments