Skip to content
Snippets Groups Projects
Commit 3c0173b8 authored by Andrew Jones's avatar Andrew Jones Committed by GitHub
Browse files

Remove unused sp-maybe-compressed-blob from sp-io (#9849)

parent 9d887525
No related merge requests found
......@@ -9427,7 +9427,6 @@ dependencies = [
"sp-core",
"sp-externalities",
"sp-keystore",
"sp-maybe-compressed-blob",
"sp-runtime-interface",
"sp-state-machine",
"sp-std",
......
......@@ -24,7 +24,6 @@ libsecp256k1 = { version = "0.6", optional = true }
sp-state-machine = { version = "0.10.0-dev", optional = true, path = "../state-machine" }
sp-wasm-interface = { version = "4.0.0-dev", path = "../wasm-interface", default-features = false }
sp-runtime-interface = { version = "4.0.0-dev", default-features = false, path = "../runtime-interface" }
sp-maybe-compressed-blob = { version = "4.0.0-dev", optional = true, path = "../maybe-compressed-blob" }
sp-trie = { version = "4.0.0-dev", optional = true, path = "../trie" }
sp-externalities = { version = "0.10.0-dev", optional = true, path = "../externalities" }
sp-tracing = { version = "4.0.0-dev", default-features = false, path = "../tracing" }
......@@ -48,7 +47,6 @@ std = [
"sp-runtime-interface/std",
"sp-externalities",
"sp-wasm-interface/std",
"sp-maybe-compressed-blob",
"sp-tracing/std",
"tracing/std",
"tracing-core/std",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment