Skip to content

Commit

Permalink
fix: use cli feature for cargo chainhook-install
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid committed Feb 6, 2024
1 parent 129fd8b commit ee2be70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cargo/config
@@ -1,2 +1,2 @@
[alias]
chainhook-install = "install --path components/chainhook-cli --locked --force"
chainhook-install = "install --path components/chainhook-cli --locked --force --features cli --features debug --no-default-features"
4 changes: 2 additions & 2 deletions components/chainhook-cli/Cargo.toml
Expand Up @@ -59,8 +59,8 @@ serial_test = "2.0.0"


[features]
default = ["cli"]
cli = ["clap", "clap_generate", "toml", "ctrlc", "release"]
default = ["cli", "release"]
cli = ["clap", "clap_generate", "toml", "ctrlc"]
debug = ["chainhook-sdk/debug"]
release = ["chainhook-sdk/release"]
redis_tests = []
Expand Down

0 comments on commit ee2be70

Please sign in to comment.