File tree Expand file tree Collapse file tree 5 files changed +1
-5
lines changed
bin/node-template/runtime
election-provider-multi-phase
scripts/ci/gitlab/pipeline Expand file tree Collapse file tree 5 files changed +1
-5
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ std = [
5151runtime-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" ,
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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]
5756runtime-benchmarks = [
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments