Skip to content

Commit

Permalink
fix: zepter error
Browse files Browse the repository at this point in the history
  • Loading branch information
Daanvdplas committed Dec 18, 2024
1 parent 1a66d17 commit 57bdbcd
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions runtime/devnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,14 @@ std = [
"xcm-builder/std",
"xcm-executor/std",
"xcm/std",
#"ismp-parachain-runtime-api/std",
#"ismp-parachain/std",
#"ismp/std",
#"pallet-ismp-runtime-api/std",
#"pallet-ismp/std",
]

#"ismp-parachain-runtime-api/std",
#"ismp-parachain/std",
#"ismp/std",
#"pallet-ismp-runtime-api/std",
#"pallet-ismp/std",]

runtime-benchmarks = [
"cumulus-pallet-parachain-system/runtime-benchmarks",
"cumulus-pallet-session-benchmarking/runtime-benchmarks",
Expand Down Expand Up @@ -213,9 +214,10 @@ runtime-benchmarks = [
"sp-runtime/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
# "pallet-ismp/runtime-benchmarks",
]

#"pallet-ismp/runtime-benchmarks",

try-runtime = [
"cumulus-pallet-aura-ext/try-runtime",
"cumulus-pallet-parachain-system/try-runtime",
Expand Down Expand Up @@ -248,10 +250,11 @@ try-runtime = [
"parachain-info/try-runtime",
"polkadot-runtime-common/try-runtime",
"sp-runtime/try-runtime",
# "pallet-ismp/try-runtime",
# "ismp-parachain/try-runtime",
]

#"pallet-ismp/try-runtime",
#"ismp-parachain/try-runtime",

# Enable the metadata hash generation.
#
# This is hidden behind a feature because it increases the compile time.
Expand Down

0 comments on commit 57bdbcd

Please sign in to comment.