mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 04:41:02 +00:00
Clean a number of sp_io imports (#6072)
This commit is contained in:
@@ -26,7 +26,7 @@ sp-timestamp = { version = "2.0.0-dev", default-features = false, path = "../../
|
||||
pallet-session = { version = "2.0.0-dev", default-features = false, path = "../session" }
|
||||
sp-consensus-babe = { version = "0.8.0-dev", default-features = false, path = "../../primitives/consensus/babe" }
|
||||
sp-consensus-vrf = { version = "0.8.0-dev", default-features = false, path = "../../primitives/consensus/vrf" }
|
||||
sp-io = { path = "../../primitives/io", default-features = false , version = "2.0.0-dev"}
|
||||
sp-io = { version = "2.0.0-dev", default-features = false, path = "../../primitives/io" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-core = { version = "2.0.0-dev", path = "../../primitives/core" }
|
||||
@@ -34,8 +34,8 @@ sp-core = { version = "2.0.0-dev", path = "../../primitives/core" }
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = [
|
||||
"serde",
|
||||
"codec/std",
|
||||
"serde",
|
||||
"sp-std/std",
|
||||
"sp-application-crypto/std",
|
||||
"frame-support/std",
|
||||
|
||||
Reference in New Issue
Block a user