Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
taplo
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden committed Jun 6, 2024
1 parent 07db5ba commit a76f6e0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ std = [
"pallet-bridge-relayers/std",
"pallet-collator-selection/std",
"pallet-message-queue/std",
"pallet-migrations/std",
"pallet-multisig/std",
"pallet-session/std",
"pallet-timestamp/std",
Expand Down Expand Up @@ -222,7 +223,6 @@ std = [
"xcm-builder/std",
"xcm-executor/std",
"xcm/std",
"pallet-migrations/std"
]

runtime-benchmarks = [
Expand All @@ -244,6 +244,7 @@ runtime-benchmarks = [
"pallet-bridge-relayers/runtime-benchmarks",
"pallet-collator-selection/runtime-benchmarks",
"pallet-message-queue/runtime-benchmarks",
"pallet-migrations/runtime-benchmarks",
"pallet-multisig/runtime-benchmarks",
"pallet-timestamp/runtime-benchmarks",
"pallet-utility/runtime-benchmarks",
Expand All @@ -264,7 +265,6 @@ runtime-benchmarks = [
"sp-runtime/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"pallet-migrations/runtime-benchmarks"
]

try-runtime = [
Expand All @@ -285,6 +285,7 @@ try-runtime = [
"pallet-bridge-relayers/try-runtime",
"pallet-collator-selection/try-runtime",
"pallet-message-queue/try-runtime",
"pallet-migrations/try-runtime",
"pallet-multisig/try-runtime",
"pallet-session/try-runtime",
"pallet-timestamp/try-runtime",
Expand All @@ -299,7 +300,6 @@ try-runtime = [
"snowbridge-pallet-outbound-queue/try-runtime",
"snowbridge-pallet-system/try-runtime",
"sp-runtime/try-runtime",
"pallet-migrations/try-runtime"
]

fast-runtime = []
Expand Down

0 comments on commit a76f6e0

Please sign in to comment.