Remove the last node-primitives leftover... (#1047)

This commit is contained in:
Bastian Köcher
2022-02-23 22:52:17 +01:00
committed by GitHub
parent 5a0894c336
commit 351803a709
2 changed files with 1 additions and 17 deletions
+1 -3
View File
@@ -32,7 +32,6 @@ sp-session = { git = 'https://github.com/paritytech/substrate', default-features
sp-std = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "master" }
sp-transaction-pool = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "master" }
sp-version = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "master" }
node-primitives = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "master" }
## Substrate FRAME Dependencies
frame-benchmarking = { git = 'https://github.com/paritytech/substrate', default-features = false, optional = true , branch = "master" }
@@ -106,7 +105,6 @@ std = [
"sp-std/std",
"sp-transaction-pool/std",
"sp-version/std",
"node-primitives/std",
"frame-executive/std",
"frame-support/std",
"frame-system/std",
@@ -128,7 +126,7 @@ std = [
"pallet-utility/std",
"pallet-xcm/std",
"cumulus-pallet-aura-ext/std",
"cumulus-pallet-dmp-queue/std",
"cumulus-pallet-dmp-queue/std",
"cumulus-pallet-parachain-system/std",
"cumulus-pallet-xcm/std",
"cumulus-pallet-xcmp-queue/std",