From 9c3749f6b2b0bf6ad10f74f309287b07d23f8464 Mon Sep 17 00:00:00 2001 From: Parth Desai Date: Mon, 18 Nov 2024 23:45:39 +0400 Subject: [PATCH] prevent std feature injection in runtime-benchmarks feature --- pallets/external-validator-slashes/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pallets/external-validator-slashes/Cargo.toml b/pallets/external-validator-slashes/Cargo.toml index 32a3cd6e2..765723cc9 100644 --- a/pallets/external-validator-slashes/Cargo.toml +++ b/pallets/external-validator-slashes/Cargo.toml @@ -53,7 +53,6 @@ runtime-benchmarks = [ "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", "pallet-staking/runtime-benchmarks", - "scale-info/std", "sp-runtime/runtime-benchmarks", "sp-staking/runtime-benchmarks", "tp-traits/runtime-benchmarks",