Skip to content
Snippets Groups Projects
Commit 4b5a0680 authored by Benjamin Kampmann's avatar Benjamin Kampmann Committed by GitHub
Browse files

Remove pallet-balances from non-dev-deps (#6407)

parent 527cc35a
No related merge requests found
...@@ -22,7 +22,7 @@ sp-io = { version = "2.0.0-rc3", default-features = false, path = "../../primiti ...@@ -22,7 +22,7 @@ sp-io = { version = "2.0.0-rc3", default-features = false, path = "../../primiti
sp-core = { version = "2.0.0-rc3", default-features = false, path = "../../primitives/core" } sp-core = { version = "2.0.0-rc3", default-features = false, path = "../../primitives/core" }
[dev-dependencies] [dev-dependencies]
pallet-balances = { version = "2.0.0-rc3", default-features = false, path = "../balances" } pallet-balances = { version = "2.0.0-rc3", path = "../balances" }
[features] [features]
default = ["std"] default = ["std"]
...@@ -35,5 +35,4 @@ std = [ ...@@ -35,5 +35,4 @@ std = [
"sp-std/std", "sp-std/std",
"sp-io/std", "sp-io/std",
"sp-core/std", "sp-core/std",
"pallet-balances/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