diff --git a/asset-registry/Cargo.toml b/asset-registry/Cargo.toml index a1f90840a..8c663b44c 100644 --- a/asset-registry/Cargo.toml +++ b/asset-registry/Cargo.toml @@ -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"]