Skip to content

Commit 1160dc2

Browse files
authored
Merge pull request #113 from wizardsardine/version-0.0.29
async-hwi 0.0.29
2 parents 8454bf0 + 8e0a91e commit 1160dc2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["bitcoin"]
1010

1111
[package]
1212
name = "async-hwi"
13-
version = "0.0.28"
13+
version = "0.0.29"
1414
readme = "README.md"
1515
description = "Async hardware wallet interface"
1616
license-file.workspace = true

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "async-hwi-cli"
33
readme = "README.md"
44
description = "HWI CLI"
5-
version = "0.0.21"
5+
version = "0.0.22"
66
license-file.workspace = true
77
edition.workspace = true
88
authors.workspace = true
@@ -16,5 +16,5 @@ path = "src/bin/hwi.rs"
1616
clap = { version = "4.4.7", features = ["derive"] }
1717
bitcoin = "0.32"
1818
hex = "0.4"
19-
async-hwi = { path = "../", version = "0.0.28" }
19+
async-hwi = { path = "../", version = "0.0.29" }
2020
tokio = { version = "1", features = ["macros", "net", "rt", "rt-multi-thread", "io-util", "sync"] }

0 commit comments

Comments
 (0)