Skip to content

Commit

Permalink
zepter
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
  • Loading branch information
ggwpez committed Jan 27, 2025
1 parent 99e6269 commit 54bc12c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pallets/rc-migrator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ std = [
"sp-runtime/std",
"sp-std/std",
"xcm/std",
"pallet-nomination-pools/std",
"sp-staking/std"
]
runtime-benchmarks = [
"frame-benchmarking/runtime-benchmarks",
Expand All @@ -69,6 +71,8 @@ runtime-benchmarks = [
"polkadot-runtime-common/runtime-benchmarks",
"runtime-parachains/runtime-benchmarks",
"sp-runtime/runtime-benchmarks",
"pallet-nomination-pools/runtime-benchmarks",
"sp-staking/runtime-benchmarks"
]
try-runtime = [
"frame-support/try-runtime",
Expand All @@ -81,4 +85,5 @@ try-runtime = [
"polkadot-runtime-common/try-runtime",
"runtime-parachains/try-runtime",
"sp-runtime/try-runtime",
"pallet-nomination-pools/try-runtime"
]
5 changes: 5 additions & 0 deletions system-parachains/asset-hubs/asset-hub-polkadot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ runtime-benchmarks = [
"xcm-builder/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
"xcm-runtime-apis/runtime-benchmarks",
"pallet-nomination-pools/runtime-benchmarks",
"sp-staking/runtime-benchmarks"
]
try-runtime = [
"pallet-ah-migrator/try-runtime",
Expand Down Expand Up @@ -191,6 +193,7 @@ try-runtime = [
"parachain-info/try-runtime",
"polkadot-runtime-common/try-runtime",
"sp-runtime/try-runtime",
"pallet-nomination-pools/try-runtime"
]
std = [
"pallet-ah-migrator/std",
Expand Down Expand Up @@ -273,6 +276,8 @@ std = [
"xcm-executor/std",
"xcm-runtime-apis/std",
"xcm/std",
"pallet-nomination-pools/std",
"sp-staking/std"
]

# Enable metadata hash generation at compile time for the `CheckMetadataHash` extension.
Expand Down

0 comments on commit 54bc12c

Please sign in to comment.