From 1d395b6c99a9291d733d4ff5141ec58ccefa0a72 Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Tue, 6 Jun 2023 11:21:29 +0200 Subject: [PATCH] Fix feature (#2690) Mea culpa... Signed-off-by: Oliver Tale-Yazdi --- cumulus/parachain-template/node/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/cumulus/parachain-template/node/Cargo.toml b/cumulus/parachain-template/node/Cargo.toml index f7ac056395..4e257b9cb7 100644 --- a/cumulus/parachain-template/node/Cargo.toml +++ b/cumulus/parachain-template/node/Cargo.toml @@ -72,7 +72,6 @@ substrate-build-script-utils = { git = "https://github.com/paritytech/substrate" [features] default = [] runtime-benchmarks = [ - "try-runtime-cli/try-runtime", "parachain-template-runtime/runtime-benchmarks", "polkadot-cli/runtime-benchmarks", ]