From 9df430c69c1b8dc1cb9a855340910ed69d0405c4 Mon Sep 17 00:00:00 2001 From: edouardparis Date: Wed, 24 Apr 2024 17:55:12 +0200 Subject: [PATCH] cli: use async-hwi 0.0.17 --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }