diff --git a/Cargo.lock b/Cargo.lock index e27109529d..95b39e006c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6121,7 +6121,6 @@ dependencies = [ "frame-executive", "frame-support", "frame-system", - "node-primitives", "pallet-asset-tx-payment", "pallet-assets", "pallet-authorship", diff --git a/polkadot-parachains/parachains-common/Cargo.toml b/polkadot-parachains/parachains-common/Cargo.toml index a8982d5b02..0a4c4127cd 100644 --- a/polkadot-parachains/parachains-common/Cargo.toml +++ b/polkadot-parachains/parachains-common/Cargo.toml @@ -25,7 +25,6 @@ pallet-authorship = { git = 'https://github.com/paritytech/substrate', branch = pallet-balances = { git = 'https://github.com/paritytech/substrate', branch = "master", default-features = false } sp-runtime = { git = 'https://github.com/paritytech/substrate', branch = "master", default-features = false } sp-core = { git = 'https://github.com/paritytech/substrate', branch = "master", default-features = false } -node-primitives = { git = 'https://github.com/paritytech/substrate', branch = "master", default-features = false } # Polkadot dependencies polkadot-runtime-common = { git = 'https://github.com/paritytech/polkadot', branch = "master", default-features = false } @@ -60,7 +59,6 @@ std = [ 'pallet-assets/std', 'pallet-authorship/std', 'pallet-balances/std', - 'node-primitives/std', 'polkadot-runtime-common/std', 'polkadot-primitives/std', ] diff --git a/polkadot-parachains/rococo/Cargo.toml b/polkadot-parachains/rococo/Cargo.toml index 59d454ed75..1c4e12ce5f 100644 --- a/polkadot-parachains/rococo/Cargo.toml +++ b/polkadot-parachains/rococo/Cargo.toml @@ -90,6 +90,7 @@ std = [ "pallet-sudo/std", "pallet-transaction-payment/std", "parachain-info/std", + "parachains-common/std", "cumulus-pallet-aura-ext/std", "cumulus-pallet-dmp-queue/std", "cumulus-pallet-parachain-system/std",