Remove BABE dependency in network (#5896)

This commit is contained in:
Wei Tang
2020-05-05 15:00:59 +02:00
committed by GitHub
parent 4b44c73a4d
commit be0c7b9340
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -6476,7 +6476,6 @@ dependencies = [
"sp-arithmetic",
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
"sp-core",
"sp-keyring",
"sp-runtime",
-1
View File
@@ -52,7 +52,6 @@ smallvec = "0.6.10"
sp-arithmetic = { version = "2.0.0-dev", path = "../../primitives/arithmetic" }
sp-blockchain = { version = "2.0.0-dev", path = "../../primitives/blockchain" }
sp-consensus = { version = "0.8.0-dev", path = "../../primitives/consensus/common" }
sp-consensus-babe = { version = "0.8.0-dev", path = "../../primitives/consensus/babe" }
sp-core = { version = "2.0.0-dev", path = "../../primitives/core" }
sp-runtime = { version = "2.0.0-dev", path = "../../primitives/runtime" }
sp-utils = { version = "2.0.0-dev", path = "../../primitives/utils" }