Skip to content

Commit e02e90c

Browse files
authored
Remove unused sp-maybe-compressed-blob from sp-io (paritytech#9849)
1 parent de06497 commit e02e90c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

primitives/io/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ libsecp256k1 = { version = "0.6", optional = true }
2424
sp-state-machine = { version = "0.10.0-dev", optional = true, path = "../state-machine" }
2525
sp-wasm-interface = { version = "4.0.0-dev", path = "../wasm-interface", default-features = false }
2626
sp-runtime-interface = { version = "4.0.0-dev", default-features = false, path = "../runtime-interface" }
27-
sp-maybe-compressed-blob = { version = "4.0.0-dev", optional = true, path = "../maybe-compressed-blob" }
2827
sp-trie = { version = "4.0.0-dev", optional = true, path = "../trie" }
2928
sp-externalities = { version = "0.10.0-dev", optional = true, path = "../externalities" }
3029
sp-tracing = { version = "4.0.0-dev", default-features = false, path = "../tracing" }
@@ -48,7 +47,6 @@ std = [
4847
"sp-runtime-interface/std",
4948
"sp-externalities",
5049
"sp-wasm-interface/std",
51-
"sp-maybe-compressed-blob",
5250
"sp-tracing/std",
5351
"tracing/std",
5452
"tracing-core/std",

0 commit comments

Comments
 (0)