Skip to content

Commit

Permalink
Remove pallet-balances from non-dev-deps (paritytech#6407)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunicorn authored Jun 18, 2020
1 parent 44978b9 commit cb83391
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frame/atomic-swap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

[dev-dependencies]
pallet-balances = { version = "2.0.0-rc3", default-features = false, path = "../balances" }
pallet-balances = { version = "2.0.0-rc3", path = "../balances" }

[features]
default = ["std"]
Expand All @@ -35,5 +35,4 @@ std = [
"sp-std/std",
"sp-io/std",
"sp-core/std",
"pallet-balances/std",
]

0 comments on commit cb83391

Please sign in to comment.