Remove depenendcy on sc-consensus-slots (#4321)

This commit is contained in:
Tomasz Drwięga
2019-12-09 23:37:33 +01:00
committed by Gavin Wood
parent a868fcbbbf
commit 638e32fa8f
7 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -6103,9 +6103,9 @@ version = "2.0.0"
dependencies = [
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-application-crypto 2.0.0",
"sc-consensus-slots 2.0.0",
"schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-api 2.0.0",
"sp-consensus 2.0.0",
"sp-inherents 2.0.0",
"sp-runtime 2.0.0",
"sp-std 2.0.0",