diff --git a/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml b/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml index 27ca914f7dc8..9f1fdca5634f 100644 --- a/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml @@ -123,6 +123,7 @@ default = ["std"] runtime-benchmarks = [ "assets-common/runtime-benchmarks", "bridge-hub-common/runtime-benchmarks", + "bridge-runtime-common/runtime-benchmarks", "cumulus-pallet-parachain-system/runtime-benchmarks", "cumulus-pallet-session-benchmarking/runtime-benchmarks", "cumulus-pallet-weight-reclaim/runtime-benchmarks", @@ -216,6 +217,7 @@ std = [ "bp-runtime/std", "bp-xcm-bridge/std", "bridge-hub-common/std", + "bridge-runtime-common/std", "codec/std", "cumulus-pallet-aura-ext/std", "cumulus-pallet-parachain-system/std",