Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix feature
  • Loading branch information
liamaharon committed Aug 8, 2023
commit 0266ef76ef34535f68f2bc77976f0c3bababc444
5 changes: 4 additions & 1 deletion test-utils/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ nix = "0.26.2"
regex = "1.7.3"
tokio = { version = "1.22.0", features = ["full"] }
node-primitives = { path = "../../bin/node/primitives" }
node-cli = { path = "../../bin/node/cli", features = ["try-runtime"] }
node-cli = { path = "../../bin/node/cli" }
sc-cli = { path = "../../client/cli" }
sc-service = { path = "../../client/service" }
futures = "0.3.28"

[features]
try-runtime = ["node-cli/try-runtime"]