From d469b3f0ba2aaed5f35f6ff5995f99e682da5800 Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Date: Mon, 28 Aug 2023 18:37:00 +0200 Subject: [PATCH] DNM: Add some mistakes Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --- substrate/frame/conviction-voting/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/substrate/frame/conviction-voting/Cargo.toml b/substrate/frame/conviction-voting/Cargo.toml index 2146808cf1b..6d62ba4e3ec 100644 --- a/substrate/frame/conviction-voting/Cargo.toml +++ b/substrate/frame/conviction-voting/Cargo.toml @@ -37,7 +37,6 @@ default = [ "std" ] std = [ "codec/std", "frame-benchmarking?/std", - "frame-support/std", "frame-system/std", "pallet-balances/std", "pallet-scheduler/std", -- GitLab