Skip to content

Commit

Permalink
enable runtime-benchmarks on asset-registry xcm dependencies (#765)
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Hill <[email protected]>
  • Loading branch information
gregdhill authored Jun 9, 2022
1 parent 5600d1c commit 2a7183f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions asset-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,8 @@ std = [
runtime-benchmarks = [
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",

"xcm-builder/runtime-benchmarks",
"xcm-executor/runtime-benchmarks",
]
try-runtime = ["frame-support/try-runtime"]

0 comments on commit 2a7183f

Please sign in to comment.