Lift dependencies to the workspace (Part 1) (#2070)
Changes (partial https://github.com/paritytech/polkadot-sdk/issues/994): - Set log to `0.4.20` everywhere - Lift `log` to the workspace Starting with a simpler one after seeing https://github.com/paritytech/polkadot-sdk/pull/2065 from @jsdw . This sets the `default-features` to `false` in the root and then overwrites that in each create to its original value. This is necessary since otherwise the `default` features are additive and its impossible to disable them in the crate again once they are enabled in the workspace. I am using a tool to do this, so its mostly a test to see that it works as expected. --------- Signed-off-by:Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Showing
- Cargo.toml 1 addition, 0 deletionsCargo.toml
- bridges/bin/runtime-common/Cargo.toml 1 addition, 1 deletionbridges/bin/runtime-common/Cargo.toml
- bridges/modules/grandpa/Cargo.toml 1 addition, 1 deletionbridges/modules/grandpa/Cargo.toml
- bridges/modules/messages/Cargo.toml 1 addition, 1 deletionbridges/modules/messages/Cargo.toml
- bridges/modules/parachains/Cargo.toml 1 addition, 1 deletionbridges/modules/parachains/Cargo.toml
- bridges/modules/relayers/Cargo.toml 1 addition, 1 deletionbridges/modules/relayers/Cargo.toml
- bridges/modules/xcm-bridge-hub-router/Cargo.toml 1 addition, 1 deletionbridges/modules/xcm-bridge-hub-router/Cargo.toml
- bridges/modules/xcm-bridge-hub/Cargo.toml 1 addition, 1 deletionbridges/modules/xcm-bridge-hub/Cargo.toml
- bridges/primitives/runtime/Cargo.toml 1 addition, 1 deletionbridges/primitives/runtime/Cargo.toml
- bridges/snowbridge/pallets/ethereum-client/Cargo.toml 1 addition, 1 deletionbridges/snowbridge/pallets/ethereum-client/Cargo.toml
- bridges/snowbridge/pallets/inbound-queue/Cargo.toml 1 addition, 1 deletionbridges/snowbridge/pallets/inbound-queue/Cargo.toml
- bridges/snowbridge/pallets/system/Cargo.toml 1 addition, 1 deletionbridges/snowbridge/pallets/system/Cargo.toml
- bridges/snowbridge/primitives/router/Cargo.toml 1 addition, 1 deletionbridges/snowbridge/primitives/router/Cargo.toml
- bridges/snowbridge/runtime/runtime-common/Cargo.toml 1 addition, 1 deletionbridges/snowbridge/runtime/runtime-common/Cargo.toml
- bridges/snowbridge/runtime/test-common/Cargo.toml 1 addition, 1 deletionbridges/snowbridge/runtime/test-common/Cargo.toml
- cumulus/client/consensus/common/Cargo.toml 1 addition, 1 deletioncumulus/client/consensus/common/Cargo.toml
- cumulus/pallets/collator-selection/Cargo.toml 1 addition, 1 deletioncumulus/pallets/collator-selection/Cargo.toml
- cumulus/pallets/dmp-queue/Cargo.toml 1 addition, 1 deletioncumulus/pallets/dmp-queue/Cargo.toml
- cumulus/pallets/parachain-system/Cargo.toml 1 addition, 1 deletioncumulus/pallets/parachain-system/Cargo.toml
- cumulus/pallets/xcmp-queue/Cargo.toml 1 addition, 1 deletioncumulus/pallets/xcmp-queue/Cargo.toml
Please register or sign in to comment