mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 18:41:05 +00:00
Clean a number of sp_io imports (#6072)
This commit is contained in:
@@ -25,7 +25,7 @@ serde = { version = "1.0.101" }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0", features = ["derive"] }
|
||||
sp-core = { version = "2.0.0-dev", path = "../../../primitives/core" }
|
||||
pallet-staking-reward-curve = { version = "2.0.0-dev", path = "../../staking/reward-curve" }
|
||||
sp-io ={ path = "../../../primitives/io", version = "2.0.0-dev"}
|
||||
sp-io ={ version = "2.0.0-dev", path = "../../../primitives/io" }
|
||||
pallet-timestamp = { version = "2.0.0-dev", path = "../../timestamp" }
|
||||
pallet-balances = { version = "2.0.0-dev", path = "../../balances" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user