Skip to content

Commit 2a7183f

Browse files
authored
enable runtime-benchmarks on asset-registry xcm dependencies (#765)
Signed-off-by: Gregory Hill <[email protected]>
1 parent 5600d1c commit 2a7183f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

asset-registry/Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,8 @@ std = [
6464
runtime-benchmarks = [
6565
"frame-support/runtime-benchmarks",
6666
"frame-system/runtime-benchmarks",
67+
68+
"xcm-builder/runtime-benchmarks",
69+
"xcm-executor/runtime-benchmarks",
6770
]
6871
try-runtime = ["frame-support/try-runtime"]

0 commit comments

Comments
 (0)