diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 473e637..1e6dd85 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -16,5 +16,5 @@ path = "src/bin/hwi.rs" clap = { version = "4.4.7", features = ["derive"] } bitcoin = "0.31" hex = "0.4" -async-hwi = { path = ".." } +async-hwi = { version = "0.0.17" } tokio = { version = "1", features = ["macros", "net", "rt", "rt-multi-thread", "io-util", "sync"] }