From 53b9518f5047ea514927ae6598d3bfa786a26f03 Mon Sep 17 00:00:00 2001 From: Branislav Kontur Date: Fri, 31 Jan 2025 13:52:00 +0100 Subject: [PATCH] Features --- system-parachains/asset-hubs/asset-hub-kusama/Cargo.toml | 1 + system-parachains/constants/Cargo.toml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/system-parachains/asset-hubs/asset-hub-kusama/Cargo.toml b/system-parachains/asset-hubs/asset-hub-kusama/Cargo.toml index cf363e4db3..8dc09251b7 100644 --- a/system-parachains/asset-hubs/asset-hub-kusama/Cargo.toml +++ b/system-parachains/asset-hubs/asset-hub-kusama/Cargo.toml @@ -156,6 +156,7 @@ runtime-benchmarks = [ "polkadot-runtime-common/runtime-benchmarks", "snowbridge-router-primitives/runtime-benchmarks", "sp-runtime/runtime-benchmarks", + "system-parachains-constants/runtime-benchmarks", "xcm-builder/runtime-benchmarks", "xcm-executor/runtime-benchmarks", "xcm-runtime-apis/runtime-benchmarks", diff --git a/system-parachains/constants/Cargo.toml b/system-parachains/constants/Cargo.toml index 17582f7785..77ce47460f 100644 --- a/system-parachains/constants/Cargo.toml +++ b/system-parachains/constants/Cargo.toml @@ -35,3 +35,7 @@ std = [ "sp-std/std", "xcm/std", ] +runtime-benchmarks = [ + "kusama-runtime-constants/runtime-benchmarks", + "polkadot-runtime-constants/runtime-benchmarks", +] \ No newline at end of file