We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aba0d3 commit 425525fCopy full SHA for 425525f
1 file changed
substrate/bin/node/inspect/Cargo.toml
@@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"]
18
clap = { version = "4.5.3", features = ["derive"] }
19
codec = { package = "parity-scale-codec", version = "3.6.12" }
20
thiserror = { workspace = true }
21
-sc-cli = { path = "../../../client/cli" }
+sc-cli = { path = "../../../client/cli", default-features = false }
22
sc-client-api = { path = "../../../client/api" }
23
sc-service = { path = "../../../client/service", default-features = false }
24
sp-blockchain = { path = "../../../primitives/blockchain" }
0 commit comments