Skip to content
Snippets Groups Projects
Unverified Commit 50552945 authored by Florian Franzen's avatar Florian Franzen Committed by GitHub
Browse files

node-inspect: do not depend on rocksdb (#4783)

The crate `sc-cli` otherwise enables the `rocksdb` feature.
parent 6cb3bd23
No related merge requests found
Pipeline #481539 waiting for manual action with stages
in 1 hour, 24 minutes, and 5 seconds
......@@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"]
clap = { version = "4.5.3", features = ["derive"] }
codec = { package = "parity-scale-codec", version = "3.6.12" }
thiserror = { workspace = true }
sc-cli = { path = "../../../client/cli" }
sc-cli = { path = "../../../client/cli", default-features = false }
sc-client-api = { path = "../../../client/api" }
sc-service = { path = "../../../client/service", default-features = false }
sp-blockchain = { path = "../../../primitives/blockchain" }
......
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