diff --git a/substrate/frame/babe/Cargo.toml b/substrate/frame/babe/Cargo.toml index 5ec78e313d70..c392dcde19bf 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 6f9572330903..af089c92ed51 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 c3e07700b8e5..2146808cf1b1 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" ]