diff --git a/Cargo.lock b/Cargo.lock index fd4a22b905..0630f887c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6126,7 +6126,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 0b6fa3845e..0661bea8d7 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', default-f pallet-balances = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "polkadot-v0.9.11" } sp-runtime = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "polkadot-v0.9.11" } sp-core = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "polkadot-v0.9.11" } -node-primitives = { git = 'https://github.com/paritytech/substrate', default-features = false , branch = "polkadot-v0.9.11" } # Polkadot dependencies polkadot-runtime-common = { git = 'https://github.com/paritytech/polkadot', default-features = false , branch = "release-v0.9.11" } @@ -60,7 +59,6 @@ std = [ 'pallet-assets/std', 'pallet-authorship/std', 'pallet-balances/std', - 'node-primitives/std', 'polkadot-runtime-common/std', 'polkadot-primitives/std', ]