mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 21:31:04 +00:00
Clean a number of sp_io imports (#6072)
This commit is contained in:
@@ -15,20 +15,20 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
sp-application-crypto = { version = "2.0.0-dev", default-features = false, path = "../../primitives/application-crypto" }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] }
|
||||
sp-inherents = { version = "2.0.0-dev", default-features = false, path = "../../primitives/inherents" }
|
||||
sp-core = { version = "2.0.0-dev", default-features = false, path = "../../primitives/core" }
|
||||
sp-std = { version = "2.0.0-dev", default-features = false, path = "../../primitives/std" }
|
||||
serde = { version = "1.0.101", optional = true }
|
||||
pallet-session = { version = "2.0.0-dev", default-features = false, path = "../session" }
|
||||
sp-runtime = { version = "2.0.0-dev", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-io ={ path = "../../primitives/io", default-features = false , version = "2.0.0-dev"}
|
||||
frame-support = { version = "2.0.0-dev", default-features = false, path = "../support" }
|
||||
sp-consensus-aura = { path = "../../primitives/consensus/aura", default-features = false, version = "0.8.0-dev"}
|
||||
sp-consensus-aura = { version = "0.8.0-dev", path = "../../primitives/consensus/aura", default-features = false }
|
||||
frame-system = { version = "2.0.0-dev", default-features = false, path = "../system" }
|
||||
sp-timestamp = { version = "2.0.0-dev", default-features = false, path = "../../primitives/timestamp" }
|
||||
pallet-timestamp = { version = "2.0.0-dev", default-features = false, path = "../timestamp" }
|
||||
|
||||
|
||||
[dev-dependencies]
|
||||
sp-core = { version = "2.0.0-dev", default-features = false, path = "../../primitives/core" }
|
||||
sp-io ={ version = "2.0.0-dev", path = "../../primitives/io" }
|
||||
lazy_static = "1.4.0"
|
||||
parking_lot = "0.10.0"
|
||||
|
||||
@@ -38,8 +38,6 @@ std = [
|
||||
"sp-application-crypto/std",
|
||||
"codec/std",
|
||||
"sp-inherents/std",
|
||||
"sp-io/std",
|
||||
"sp-core/std",
|
||||
"sp-std/std",
|
||||
"serde",
|
||||
"sp-runtime/std",
|
||||
|
||||
Reference in New Issue
Block a user