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

This commit is contained in:
Andrew Jones
2021-09-24 18:53:22 +01:00
committed by GitHub
parent 9d8875258e
commit 3c0173b8fa
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -9427,7 +9427,6 @@ dependencies = [
"sp-core",
"sp-externalities",
"sp-keystore",
"sp-maybe-compressed-blob",
"sp-runtime-interface",
"sp-state-machine",
"sp-std",
-2
View File
@@ -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",