mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 05:11:09 +00:00
Clean a number of sp_io imports (#6072)
This commit is contained in:
@@ -21,12 +21,12 @@ sp-staking = { version = "2.0.0-dev", default-features = false, path = "../../pr
|
||||
frame-support = { version = "2.0.0-dev", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0-dev", default-features = false, path = "../system" }
|
||||
pallet-timestamp = { version = "2.0.0-dev", default-features = false, path = "../timestamp" }
|
||||
sp-trie = { optional = true, path = "../../primitives/trie", default-features = false, version = "2.0.0-dev"}
|
||||
sp-io ={ path = "../../primitives/io", default-features = false , version = "2.0.0-dev"}
|
||||
sp-trie = { version = "2.0.0-dev", optional = true, default-features = false, path = "../../primitives/trie" }
|
||||
impl-trait-for-tuples = "0.1.3"
|
||||
|
||||
[dev-dependencies]
|
||||
sp-core = { version = "2.0.0-dev", path = "../../primitives/core" }
|
||||
sp-io ={ version = "2.0.0-dev", path = "../../primitives/io" }
|
||||
sp-application-crypto = { version = "2.0.0-dev", path = "../../primitives/application-crypto" }
|
||||
lazy_static = "1.4.0"
|
||||
|
||||
@@ -43,5 +43,4 @@ std = [
|
||||
"sp-staking/std",
|
||||
"pallet-timestamp/std",
|
||||
"sp-trie/std",
|
||||
"sp-io/std",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user