Skip to content

Commit e8e95bc

Browse files
committed
fix
1 parent cf18ca8 commit e8e95bc

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

asset-registry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ std = [
7878
runtime-benchmarks = [
7979
"frame-support/runtime-benchmarks",
8080
"frame-system/runtime-benchmarks",
81+
"orml-tokens/runtime-benchmarks",
8182
"pallet-xcm/runtime-benchmarks",
8283
"polkadot-runtime-common/runtime-benchmarks",
8384
"sp-runtime/runtime-benchmarks",
8485
"xcm-builder/runtime-benchmarks",
8586
"xcm-executor/runtime-benchmarks",
8687
"xcm/runtime-benchmarks",
87-
"orml-tokens/runtime-benchmarks",
8888
]
8989
try-runtime = [
9090
"frame-support/try-runtime",

currencies/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ runtime-benchmarks = [
4545
"frame-support/runtime-benchmarks",
4646
"frame-system/runtime-benchmarks",
4747
"orml-tokens/runtime-benchmarks",
48+
"sp-runtime/runtime-benchmarks",
4849
]
4950
try-runtime = [
5051
"frame-support/try-runtime",

payments/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ runtime-benchmarks = [
4545
"frame-support/runtime-benchmarks",
4646
"frame-system/runtime-benchmarks",
4747
"orml-tokens/runtime-benchmarks",
48+
"sp-runtime/runtime-benchmarks",
4849
]
4950
try-runtime = [
5051
"frame-support/try-runtime",

xtokens/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ std = [
7575
runtime-benchmarks = [
7676
"frame-support/runtime-benchmarks",
7777
"frame-system/runtime-benchmarks",
78+
"orml-tokens/runtime-benchmarks",
7879
"pallet-xcm/runtime-benchmarks",
7980
"parachains-common/runtime-benchmarks",
8081
"sp-runtime/runtime-benchmarks",
8182
"xcm-executor/runtime-benchmarks",
8283
"xcm/runtime-benchmarks",
83-
"orml-tokens/runtime-benchmarks",
8484
]
8585
try-runtime = [
8686
"frame-support/try-runtime",

0 commit comments

Comments
 (0)