From 15cfd067e1f79020e32b0be1c1ef13c755cd6966 Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Date: Mon, 28 Aug 2023 18:39:04 +0200 Subject: [PATCH] Revert "DNM: Add some mistakes" This reverts commit d892a73a35cac01e3721bdba74574b88bd04f83c. --- substrate/frame/babe/Cargo.toml | 1 - substrate/frame/collective/Cargo.toml | 1 + substrate/frame/conviction-voting/Cargo.toml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/substrate/frame/babe/Cargo.toml b/substrate/frame/babe/Cargo.toml index c392dcde19b..5ec78e313d7 100644 --- a/substrate/frame/babe/Cargo.toml +++ b/substrate/frame/babe/Cargo.toml @@ -46,7 +46,6 @@ std = [ "frame-benchmarking?/std", "frame-election-provider-support/std", "frame-support/std", - "frame-support/std", "frame-system/std", "log/std", "pallet-authorship/std", diff --git a/substrate/frame/collective/Cargo.toml b/substrate/frame/collective/Cargo.toml index af089c92ed5..6f957233090 100644 --- a/substrate/frame/collective/Cargo.toml +++ b/substrate/frame/collective/Cargo.toml @@ -31,6 +31,7 @@ std = [ "frame-benchmarking?/std", "frame-support/std", "frame-system/std", + "log/std", "scale-info/std", "sp-core/std", "sp-io/std", diff --git a/substrate/frame/conviction-voting/Cargo.toml b/substrate/frame/conviction-voting/Cargo.toml index 2146808cf1b..c3e07700b8e 100644 --- a/substrate/frame/conviction-voting/Cargo.toml +++ b/substrate/frame/conviction-voting/Cargo.toml @@ -30,7 +30,7 @@ sp-std = { path = "../../primitives/std", default-features = false} [dev-dependencies] pallet-balances = { path = "../balances" } pallet-scheduler = { path = "../scheduler" } -sp-core = { path = "../../primitives/core", default-features = false } +sp-core = { path = "../../primitives/core" } [features] default = [ "std" ] -- GitLab