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

DNM: Add some mistakes


Signed-off-by: default avatarOliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
parent 7409b284
Branches
No related merge requests found
Pipeline #384826 canceled with stages
in 6 minutes and 37 seconds
......@@ -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",
......
......@@ -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",
......
......@@ -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" ]
......
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