mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 02:08:02 +00:00
Remove unused node template deps (#6748)
* Remove unused node template deps Backport changes made by @c410-f3r https://github.com/substrate-developer-hub/substrate-node-template/pull/66 * Enhancements to README * Revert change to serde per @thiolliere
This commit is contained in:
@@ -16,10 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
name = "node-template"
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.4"
|
||||
log = "0.4.8"
|
||||
structopt = "0.3.8"
|
||||
parking_lot = "0.10.0"
|
||||
|
||||
sc-cli = { version = "0.8.0-rc5", path = "../../../client/cli", features = ["wasmtime"] }
|
||||
sp-core = { version = "2.0.0-rc5", path = "../../../primitives/core" }
|
||||
@@ -28,7 +25,6 @@ sc-service = { version = "0.8.0-rc5", path = "../../../client/service", features
|
||||
sp-inherents = { version = "2.0.0-rc5", path = "../../../primitives/inherents" }
|
||||
sc-transaction-pool = { version = "2.0.0-rc5", path = "../../../client/transaction-pool" }
|
||||
sp-transaction-pool = { version = "2.0.0-rc5", path = "../../../primitives/transaction-pool" }
|
||||
sc-network = { version = "0.8.0-rc5", path = "../../../client/network" }
|
||||
sc-consensus-aura = { version = "0.8.0-rc5", path = "../../../client/consensus/aura" }
|
||||
sp-consensus-aura = { version = "0.8.0-rc5", path = "../../../primitives/consensus/aura" }
|
||||
sp-consensus = { version = "0.8.0-rc5", path = "../../../primitives/consensus/common" }
|
||||
|
||||
Reference in New Issue
Block a user