mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 15:21:08 +00:00
Remove pallet-balances from non-dev-deps (#6407)
This commit is contained in:
committed by
GitHub
parent
527cc35afb
commit
4b5a0680e3
@@ -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"]
|
||||
@@ -35,5 +35,4 @@ std = [
|
||||
"sp-std/std",
|
||||
"sp-io/std",
|
||||
"sp-core/std",
|
||||
"pallet-balances/std",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user