From ef8b5e08ae6e448ae1bf6a9ff6ef4a3b80c700b8 Mon Sep 17 00:00:00 2001 From: pythcoiner Date: Mon, 24 Jun 2024 06:51:09 +0200 Subject: [PATCH] use async-hwi from workspace --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1e6dd85..3530ef6 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 = { version = "0.0.17" } +async-hwi = { path = "../", version = "0.0.19" } tokio = { version = "1", features = ["macros", "net", "rt", "rt-multi-thread", "io-util", "sync"] }