Clean a number of sp_io imports (#6072)

This commit is contained in:
Kian Paimani
2020-05-19 11:36:59 +02:00
committed by GitHub
parent 9a4e23d594
commit 3acb19f54f
15 changed files with 23 additions and 33 deletions
+2 -3
View File
@@ -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",
]
@@ -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" }