From 25252b8913162b3c238e57e3a40d2ede99bccfc2 Mon Sep 17 00:00:00 2001 From: Francisco Aguirre Date: Fri, 22 Mar 2024 19:01:38 +0100 Subject: [PATCH] fix: feature propagation --- polkadot/node/service/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/polkadot/node/service/Cargo.toml b/polkadot/node/service/Cargo.toml index 01e385784986..83d97d3e9e37 100644 --- a/polkadot/node/service/Cargo.toml +++ b/polkadot/node/service/Cargo.toml @@ -210,6 +210,7 @@ runtime-benchmarks = [ "service/runtime-benchmarks", "sp-runtime/runtime-benchmarks", "westend-runtime?/runtime-benchmarks", + "xcm-builder/runtime-benchmarks,", ] try-runtime = [ "frame-support/try-runtime",