mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-10 01:47:58 +00:00
Remove BABE dependency in network (#5896)
This commit is contained in:
Generated
-1
@@ -6476,7 +6476,6 @@ dependencies = [
|
||||
"sp-arithmetic",
|
||||
"sp-blockchain",
|
||||
"sp-consensus",
|
||||
"sp-consensus-babe",
|
||||
"sp-core",
|
||||
"sp-keyring",
|
||||
"sp-runtime",
|
||||
|
||||
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user