mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 00:58:02 +00:00
node-template: Remove accidentally added dependency (#14553)
`sc-statement-store` isn't used by the template and thus, should not appear in the `Cargo.toml`.
This commit is contained in:
Generated
-1
@@ -5581,7 +5581,6 @@ dependencies = [
|
|||||||
"sc-offchain",
|
"sc-offchain",
|
||||||
"sc-rpc-api",
|
"sc-rpc-api",
|
||||||
"sc-service",
|
"sc-service",
|
||||||
"sc-statement-store",
|
|
||||||
"sc-telemetry",
|
"sc-telemetry",
|
||||||
"sc-transaction-pool",
|
"sc-transaction-pool",
|
||||||
"sc-transaction-pool-api",
|
"sc-transaction-pool-api",
|
||||||
|
|||||||
@@ -29,7 +29,6 @@ sc-telemetry = { version = "4.0.0-dev", path = "../../../client/telemetry" }
|
|||||||
sc-transaction-pool = { version = "4.0.0-dev", path = "../../../client/transaction-pool" }
|
sc-transaction-pool = { version = "4.0.0-dev", path = "../../../client/transaction-pool" }
|
||||||
sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../../client/transaction-pool/api" }
|
sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../../client/transaction-pool/api" }
|
||||||
sc-offchain = { version = "4.0.0-dev", path = "../../../client/offchain" }
|
sc-offchain = { version = "4.0.0-dev", path = "../../../client/offchain" }
|
||||||
sc-statement-store = { version = "4.0.0-dev", path = "../../../client/statement-store" }
|
|
||||||
sc-consensus-aura = { version = "0.10.0-dev", path = "../../../client/consensus/aura" }
|
sc-consensus-aura = { version = "0.10.0-dev", path = "../../../client/consensus/aura" }
|
||||||
sp-consensus-aura = { version = "0.10.0-dev", path = "../../../primitives/consensus/aura" }
|
sp-consensus-aura = { version = "0.10.0-dev", path = "../../../primitives/consensus/aura" }
|
||||||
sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" }
|
sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" }
|
||||||
|
|||||||
Reference in New Issue
Block a user