Skip to content

Commit 425525f

Browse files
FlorianFranzenniklasad1
authored andcommitted
node-inspect: do not depend on rocksdb (#4783)
The crate `sc-cli` otherwise enables the `rocksdb` feature.
1 parent 9aba0d3 commit 425525f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

substrate/bin/node/inspect/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1818
clap = { version = "4.5.3", features = ["derive"] }
1919
codec = { package = "parity-scale-codec", version = "3.6.12" }
2020
thiserror = { workspace = true }
21-
sc-cli = { path = "../../../client/cli" }
21+
sc-cli = { path = "../../../client/cli", default-features = false }
2222
sc-client-api = { path = "../../../client/api" }
2323
sc-service = { path = "../../../client/service", default-features = false }
2424
sp-blockchain = { path = "../../../primitives/blockchain" }

0 commit comments

Comments
 (0)