From 21d14495bfd7ced532adc482de315d9157c36616 Mon Sep 17 00:00:00 2001 From: ordian Date: Fri, 25 Oct 2024 13:54:00 +0200 Subject: [PATCH] (hopefully) fix feature propagation --- cumulus/polkadot-parachain/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/cumulus/polkadot-parachain/Cargo.toml b/cumulus/polkadot-parachain/Cargo.toml index 1033cdf1743d..3bfc821e33ba 100644 --- a/cumulus/polkadot-parachain/Cargo.toml +++ b/cumulus/polkadot-parachain/Cargo.toml @@ -80,6 +80,7 @@ runtime-benchmarks = [ "people-rococo-runtime/runtime-benchmarks", "people-westend-runtime/runtime-benchmarks", "rococo-parachain-runtime/runtime-benchmarks", + "yet-another-parachain-runtime/runtime-benchmarks", ] try-runtime = [ "polkadot-omni-node-lib/try-runtime",