Skip to content

Commit 6a843e9

Browse files
authored
Fix features (paritytech#1194)
* Manually fix conflicting ? Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Remove duplicates Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Autofix feature propagation zepter lint propagate-feature --feature try-runtime --left-side-feature-missing=ignore --workspace --fix --feature-enables-dep="try-runtime:frame-try-runtime" zepter lint propagate-feature --feature runtime-benchmarks --left-side-feature-missing=ignore --workspace --fix --feature-enables-dep="runtime-benchmarks:frame-benchmarking" zepter lint propagate-feature --feature std --left-side-feature-missing=ignore --workspace --fix zepter f f Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Bump zepter Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Add some duplicates Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Revert "Add some duplicates" This reverts commit c6ce627. * Remove default enabled features Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Bump Zepter Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Bump in correct location 🤦 Signed-off-by: Oliver Tale-Yazdi <[email protected]> * DNM: Add some mistakes Signed-off-by: Oliver Tale-Yazdi <[email protected]> * DNM: Add some mistakes Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Revert "DNM: Add some mistakes" This reverts commit d469b3f. * Revert "DNM: Add some mistakes" This reverts commit d892a73. --------- Signed-off-by: Oliver Tale-Yazdi <[email protected]>
1 parent eccc28e commit 6a843e9

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
lines changed

substrate/bin/node-template/runtime/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ std = [
6464
"frame-system-benchmarking?/std",
6565
"frame-system-rpc-runtime-api/std",
6666
"frame-system/std",
67-
"frame-try-runtime/std",
6867
"frame-try-runtime?/std",
6968
"pallet-aura/std",
7069
"pallet-balances/std",

substrate/frame/conviction-voting/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ std = [
5151
runtime-benchmarks = [
5252
"frame-benchmarking/runtime-benchmarks",
5353
"frame-support/runtime-benchmarks",
54-
"frame-support/runtime-benchmarks",
5554
"frame-system/runtime-benchmarks",
5655
"pallet-balances/runtime-benchmarks",
5756
"pallet-scheduler/runtime-benchmarks",

substrate/frame/election-provider-multi-phase/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ std = [
5656
"frame-support/std",
5757
"frame-system/std",
5858
"log/std",
59-
"log/std",
6059
"pallet-balances/std",
6160
"pallet-election-provider-support-benchmarking?/std",
6261
"rand/std",

substrate/frame/referenda/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ std = [
5151
"sp-core/std",
5252
"sp-io/std",
5353
"sp-runtime/std",
54-
"sp-runtime/std",
5554
"sp-std/std",
5655
]
5756
runtime-benchmarks = [

substrate/scripts/ci/gitlab/pipeline/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ cargo-fmt-manifest:
6464
- .docker-env
6565
- .test-refs
6666
script:
67-
- cargo install zepter --locked --version 0.10.0 -q -f --no-default-features && zepter --version
67+
- cargo install zepter --locked --version 0.11.1 -q -f --no-default-features && zepter --version
6868
- echo "👉 Hello developer! If you see this CI check failing then it means that one of the your changes in a Cargo.toml file introduced ill-formatted or unsorted features. Please take a look at 'docs/STYLE_GUIDE.md#manifest-formatting' to find out more."
6969
- zepter format features --check
7070
allow_failure: true # Experimental

0 commit comments

Comments
 (0)