@@ -16,29 +16,29 @@ serde_json = "1.0.111"
1616
1717# Substrate
1818grandpa = { package = " sc-consensus-grandpa" , path = " ../../../../../substrate/client/consensus/grandpa" }
19- sp-authority-discovery = { path = " ../../../../../substrate/primitives/authority-discovery" , default-features = false }
20- sp-runtime = { path = " ../../../../../substrate/primitives/runtime" , default-features = false }
21- frame-support = { path = " ../../../../../substrate/frame/support" , default-features = false }
22- sp-core = { path = " ../../../../../substrate/primitives/core" , default-features = false }
23- sp-consensus-babe = { path = " ../../../../../substrate/primitives/consensus/babe" , default-features = false }
24- pallet-assets = { path = " ../../../../../substrate/frame/assets" , default-features = false }
25- pallet-balances = { path = " ../../../../../substrate/frame/balances" , default-features = false }
26- pallet-message-queue = { path = " ../../../../../substrate/frame/message-queue" , default-features = false }
27- pallet-im-online = { path = " ../../../../../substrate/frame/im-online" , default-features = false }
19+ sp-authority-discovery = { path = " ../../../../../substrate/primitives/authority-discovery" }
20+ sp-runtime = { path = " ../../../../../substrate/primitives/runtime" }
21+ frame-support = { path = " ../../../../../substrate/frame/support" }
22+ sp-core = { path = " ../../../../../substrate/primitives/core" }
23+ sp-consensus-babe = { path = " ../../../../../substrate/primitives/consensus/babe" }
24+ pallet-assets = { path = " ../../../../../substrate/frame/assets" }
25+ pallet-balances = { path = " ../../../../../substrate/frame/balances" }
26+ pallet-message-queue = { path = " ../../../../../substrate/frame/message-queue" }
27+ pallet-im-online = { path = " ../../../../../substrate/frame/im-online" }
2828beefy-primitives = { package = " sp-consensus-beefy" , path = " ../../../../../substrate/primitives/consensus/beefy" }
2929
3030# Polkadot
3131polkadot-service = { path = " ../../../../../polkadot/node/service" , default-features = false , features = [" full-node" ] }
32- polkadot-primitives = { path = " ../../../../../polkadot/primitives" , default-features = false }
32+ polkadot-primitives = { path = " ../../../../../polkadot/primitives" }
3333polkadot-runtime-parachains = { path = " ../../../../../polkadot/runtime/parachains" }
34- xcm = { package = " staging-xcm" , path = " ../../../../../polkadot/xcm" , default-features = false }
35- pallet-xcm = { path = " ../../../../../polkadot/xcm/pallet-xcm" , default-features = false }
34+ xcm = { package = " staging-xcm" , path = " ../../../../../polkadot/xcm" }
35+ pallet-xcm = { path = " ../../../../../polkadot/xcm/pallet-xcm" }
3636
3737# Cumulus
3838parachains-common = { path = " ../../../common" }
3939cumulus-primitives-core = { path = " ../../../../primitives/core" }
40- xcm-emulator = { path = " ../../../../xcm/xcm-emulator" , default-features = false }
41- cumulus-pallet-xcmp-queue = { path = " ../../../../pallets/xcmp-queue" , default-features = false }
40+ xcm-emulator = { path = " ../../../../xcm/xcm-emulator" }
41+ cumulus-pallet-xcmp-queue = { path = " ../../../../pallets/xcmp-queue" }
4242cumulus-pallet-parachain-system = { path = " ../../../../pallets/parachain-system" }
4343asset-test-utils = { path = " ../../../runtimes/assets/test-utils" }
4444
0 commit comments