Skip to content

Commit

Permalink
DNM: Add some mistakes
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez committed Aug 28, 2023
1 parent 7409b28 commit d892a73
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions substrate/frame/babe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion substrate/frame/collective/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/conviction-voting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down

0 comments on commit d892a73

Please sign in to comment.