Skip to content

Commit

Permalink
chore: cleanup comments in tomls
Browse files Browse the repository at this point in the history
  • Loading branch information
wischli committed Nov 1, 2023
1 parent 9417558 commit dc0b004
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ std = [
"fp-storage/std",
"frame-benchmarking/std",
"frame-system/std",
# "frame-system-benchmarking/std",

"futures/std",
"futures/std",
"getrandom/std",
Expand Down Expand Up @@ -252,7 +252,7 @@ runtime-benchmarks = [
"frame-benchmarking-cli/runtime-benchmarks",
"frame-benchmarking/runtime-benchmarks",
"frame-system-benchmarking/runtime-benchmarks",
# "frame-system/runtime-benchmarks",
# "frame-system/runtime-benchmarks",
"pallet-anchors/runtime-benchmarks",
"pallet-ethereum/runtime-benchmarks",
"pallet-evm/runtime-benchmarks",
Expand Down
2 changes: 1 addition & 1 deletion runtime/altair/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ std = [
"frame-benchmarking/std",
"frame-executive/std",
"frame-support/std",
# "frame-system-benchmarking/std",

"frame-system-rpc-runtime-api/std",
"frame-system/std",
"frame-try-runtime/std",
Expand Down
2 changes: 1 addition & 1 deletion runtime/centrifuge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ std = [
"frame-benchmarking/std",
"frame-executive/std",
"frame-support/std",
# "frame-system-benchmarking/std",

"frame-system-rpc-runtime-api/std",
"frame-system/std",
"frame-try-runtime/std",
Expand Down
2 changes: 1 addition & 1 deletion runtime/development/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ std = [
"frame-benchmarking/std",
"frame-executive/std",
"frame-support/std",
# "frame-system-benchmarking/std",

"frame-system-rpc-runtime-api/std",
"frame-system/std",
"frame-try-runtime/std",
Expand Down

0 comments on commit dc0b004

Please sign in to comment.