Skip to content

Commit d892a73

Browse files
committed
DNM: Add some mistakes
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
1 parent 7409b28 commit d892a73

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

substrate/frame/babe/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ std = [
4646
"frame-benchmarking?/std",
4747
"frame-election-provider-support/std",
4848
"frame-support/std",
49+
"frame-support/std",
4950
"frame-system/std",
5051
"log/std",
5152
"pallet-authorship/std",

substrate/frame/collective/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ std = [
3131
"frame-benchmarking?/std",
3232
"frame-support/std",
3333
"frame-system/std",
34-
"log/std",
3534
"scale-info/std",
3635
"sp-core/std",
3736
"sp-io/std",

substrate/frame/conviction-voting/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sp-std = { path = "../../primitives/std", default-features = false}
3030
[dev-dependencies]
3131
pallet-balances = { path = "../balances" }
3232
pallet-scheduler = { path = "../scheduler" }
33-
sp-core = { path = "../../primitives/core" }
33+
sp-core = { path = "../../primitives/core", default-features = false }
3434

3535
[features]
3636
default = [ "std" ]

0 commit comments

Comments
 (0)