From f96315f8f7a406fd089924461da76e74ea10193d Mon Sep 17 00:00:00 2001 From: edouardparis Date: Tue, 25 Jun 2024 12:03:24 +0200 Subject: [PATCH] version 0.0.21 --- Cargo.toml | 2 +- cli/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6133d74..efb8756 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["bitcoin"] [package] name = "async-hwi" -version = "0.0.20" +version = "0.0.21" readme = "README.md" description = "Async hardware wallet interface" license-file.workspace = true diff --git a/cli/Cargo.toml b/cli/Cargo.toml index eff1fb2..fd65c9b 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ name = "async-hwi-cli" readme = "README.md" description = "HWI CLI" -version = "0.0.18" +version = "0.0.19" license-file.workspace = true edition.workspace = true authors.workspace = true @@ -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 = "../", version = "0.0.20" } +async-hwi = { path = "../", version = "0.0.21" } tokio = { version = "1", features = ["macros", "net", "rt", "rt-multi-thread", "io-util", "sync"] }