Skip to content

Commit 136ecfb

Browse files
authored
Clean a number of sp_io imports (#6072)
1 parent efa137b commit 136ecfb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,27 @@ repository = "https://github.com/paritytech/substrate/"
1212
targets = ["x86_64-unknown-linux-gnu"]
1313

1414
[dependencies]
15-
sp-core = { version = "2.0.0-dev", default-features = false, path = "../../primitives/core" }
1615
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] }
1716
sp-inherents = { version = "2.0.0-dev", default-features = false, path = "../../primitives/inherents" }
1817
sp-authorship = { version = "2.0.0-dev", default-features = false, path = "../../primitives/authorship" }
1918
sp-std = { version = "2.0.0-dev", default-features = false, path = "../../primitives/std" }
2019
sp-runtime = { version = "2.0.0-dev", default-features = false, path = "../../primitives/runtime" }
2120
frame-support = { version = "2.0.0-dev", default-features = false, path = "../support" }
2221
frame-system = { version = "2.0.0-dev", default-features = false, path = "../system" }
23-
sp-io ={ path = "../../primitives/io", default-features = false , version = "2.0.0-dev"}
2422
impl-trait-for-tuples = "0.1.3"
2523

24+
[dev-dependencies]
25+
sp-core = { version = "2.0.0-dev", path = "../../primitives/core" }
26+
sp-io ={ version = "2.0.0-dev", path = "../../primitives/io" }
27+
2628
[features]
2729
default = ["std"]
2830
std = [
2931
"codec/std",
30-
"sp-core/std",
3132
"sp-inherents/std",
3233
"sp-runtime/std",
3334
"sp-std/std",
3435
"frame-support/std",
3536
"frame-system/std",
36-
"sp-io/std",
3737
"sp-authorship/std",
3838
]

0 commit comments

Comments
 (0)