mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 16:21:02 +00:00
fix feature selection (#666)
* select parachains-common/std feature when building rococo-runtime with std * remove unnecessary dep on node-primitives
This commit is contained in:
Generated
-1
@@ -6121,7 +6121,6 @@ dependencies = [
|
|||||||
"frame-executive",
|
"frame-executive",
|
||||||
"frame-support",
|
"frame-support",
|
||||||
"frame-system",
|
"frame-system",
|
||||||
"node-primitives",
|
|
||||||
"pallet-asset-tx-payment",
|
"pallet-asset-tx-payment",
|
||||||
"pallet-assets",
|
"pallet-assets",
|
||||||
"pallet-authorship",
|
"pallet-authorship",
|
||||||
|
|||||||
@@ -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 }
|
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-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 }
|
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 dependencies
|
||||||
polkadot-runtime-common = { git = 'https://github.com/paritytech/polkadot', branch = "master", default-features = false }
|
polkadot-runtime-common = { git = 'https://github.com/paritytech/polkadot', branch = "master", default-features = false }
|
||||||
@@ -60,7 +59,6 @@ std = [
|
|||||||
'pallet-assets/std',
|
'pallet-assets/std',
|
||||||
'pallet-authorship/std',
|
'pallet-authorship/std',
|
||||||
'pallet-balances/std',
|
'pallet-balances/std',
|
||||||
'node-primitives/std',
|
|
||||||
'polkadot-runtime-common/std',
|
'polkadot-runtime-common/std',
|
||||||
'polkadot-primitives/std',
|
'polkadot-primitives/std',
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -90,6 +90,7 @@ std = [
|
|||||||
"pallet-sudo/std",
|
"pallet-sudo/std",
|
||||||
"pallet-transaction-payment/std",
|
"pallet-transaction-payment/std",
|
||||||
"parachain-info/std",
|
"parachain-info/std",
|
||||||
|
"parachains-common/std",
|
||||||
"cumulus-pallet-aura-ext/std",
|
"cumulus-pallet-aura-ext/std",
|
||||||
"cumulus-pallet-dmp-queue/std",
|
"cumulus-pallet-dmp-queue/std",
|
||||||
"cumulus-pallet-parachain-system/std",
|
"cumulus-pallet-parachain-system/std",
|
||||||
|
|||||||
Reference in New Issue
Block a user