diff --git a/Cargo.lock b/Cargo.lock index b4d4aae..5e3de6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -130,7 +130,7 @@ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" [[package]] name = "async-hwi" -version = "0.0.29" +version = "0.0.30" dependencies = [ "async-trait", "bitbox-api", @@ -156,7 +156,7 @@ dependencies = [ [[package]] name = "async-hwi-cli" -version = "0.0.22" +version = "0.0.23" dependencies = [ "async-hwi", "bitcoin", diff --git a/Cargo.toml b/Cargo.toml index fd11ac8..fd7cee8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["bitcoin"] [package] name = "async-hwi" -version = "0.0.29" +version = "0.0.30" readme = "README.md" description = "Async hardware wallet interface" license-file.workspace = true diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 8d1e098..efc7cf3 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.22" +version = "0.0.23" 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.32" hex = "0.4" -async-hwi = { path = "../", version = "0.0.29" } +async-hwi = { path = "../", version = "0.0.30" } tokio = { version = "1", features = ["macros", "net", "rt", "rt-multi-thread", "io-util", "sync"] }