Skip to content
Snippets Groups Projects
Unverified Commit 15cfd067 authored by Oliver Tale-Yazdi's avatar Oliver Tale-Yazdi
Browse files

Revert "DNM: Add some mistakes"

This reverts commit d892a73a.
parent 1859ba91
No related merge requests found
Pipeline #384829 canceled with stages
in 38 minutes and 43 seconds
......@@ -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",
......
......@@ -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",
......
......@@ -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" ]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment