Fixup some wrong dependencies (#12899)
* Fixup some wrong dependencies Dev dependencies should not appear in the feature list. If features are required, they should be directly enabled for the `dev-dependency`. * More fixups * Fix fix * Remove deprecated feature * Make all work properly and nice!! * FMT * Fix formatting
Showing
- substrate/Cargo.lock 1 addition, 1 deletionsubstrate/Cargo.lock
- substrate/frame/assets/Cargo.toml 2 additions, 1 deletionsubstrate/frame/assets/Cargo.toml
- substrate/frame/assets/src/lib.rs 2 additions, 0 deletionssubstrate/frame/assets/src/lib.rs
- substrate/frame/bags-list/src/lib.rs 30 additions, 28 deletionssubstrate/frame/bags-list/src/lib.rs
- substrate/frame/election-provider-support/Cargo.toml 2 additions, 1 deletionsubstrate/frame/election-provider-support/Cargo.toml
- substrate/frame/election-provider-support/src/lib.rs 3 additions, 0 deletionssubstrate/frame/election-provider-support/src/lib.rs
- substrate/frame/fast-unstake/Cargo.toml 0 additions, 6 deletionssubstrate/frame/fast-unstake/Cargo.toml
- substrate/frame/nomination-pools/Cargo.toml 1 addition, 1 deletionsubstrate/frame/nomination-pools/Cargo.toml
- substrate/frame/nomination-pools/benchmarking/Cargo.toml 0 additions, 2 deletionssubstrate/frame/nomination-pools/benchmarking/Cargo.toml
- substrate/frame/staking/Cargo.toml 1 addition, 7 deletionssubstrate/frame/staking/Cargo.toml
- substrate/frame/staking/src/pallet/impls.rs 20 additions, 21 deletionssubstrate/frame/staking/src/pallet/impls.rs
- substrate/frame/transaction-payment/asset-tx-payment/Cargo.toml 0 additions, 4 deletions...ate/frame/transaction-payment/asset-tx-payment/Cargo.toml
- substrate/frame/transaction-payment/asset-tx-payment/src/tests.rs 3 additions, 2 deletions...e/frame/transaction-payment/asset-tx-payment/src/tests.rs
- substrate/primitives/core/src/lib.rs 46 additions, 0 deletionssubstrate/primitives/core/src/lib.rs
- substrate/primitives/staking/Cargo.toml 2 additions, 0 deletionssubstrate/primitives/staking/Cargo.toml
- substrate/primitives/staking/src/lib.rs 2 additions, 0 deletionssubstrate/primitives/staking/src/lib.rs
- substrate/utils/wasm-builder/src/wasm_project.rs 5 additions, 4 deletionssubstrate/utils/wasm-builder/src/wasm_project.rs
Please register or sign in to comment