From d892a73a35cac01e3721bdba74574b88bd04f83c Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Date: Mon, 28 Aug 2023 18:30:20 +0200 Subject: [PATCH] DNM: Add some mistakes Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --- 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 5ec78e313d7..c392dcde19b 100644 --- a/substrate/frame/babe/Cargo.toml +++ b/substrate/frame/babe/Cargo.toml @@ -46,6 +46,7 @@ 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 6f957233090..af089c92ed5 100644 --- a/substrate/frame/collective/Cargo.toml +++ b/substrate/frame/collective/Cargo.toml @@ -31,7 +31,6 @@ 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 c3e07700b8e..2146808cf1b 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" } +sp-core = { path = "../../primitives/core", default-features = false } [features] default = [ "std" ] -- GitLab