Skip to content

Commit 3acb134

Browse files
committed
zepter check fix
1 parent 59361e5 commit 3acb134

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

asset-registry/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ runtime-benchmarks = [
8383
"sp-runtime/runtime-benchmarks",
8484
"xcm-builder/runtime-benchmarks",
8585
"xcm-executor/runtime-benchmarks",
86+
"xcm/runtime-benchmarks",
8687
]
8788
try-runtime = [
8889
"frame-support/try-runtime",

xtokens/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ runtime-benchmarks = [
7676
"pallet-xcm/runtime-benchmarks",
7777
"sp-runtime/runtime-benchmarks",
7878
"xcm-executor/runtime-benchmarks",
79+
"xcm/runtime-benchmarks",
7980
]
8081
try-runtime = [
8182
"frame-support/try-runtime",

0 commit comments

Comments
 (0)