Skip to content

Commit

Permalink
Merge pull request #89 from wizardsardine/version-0.0.20
Browse files Browse the repository at this point in the history
version 0.0.20
  • Loading branch information
edouardparis authored Jun 24, 2024
2 parents 8685775 + d5f9d7d commit 5acde15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["bitcoin"]

[package]
name = "async-hwi"
version = "0.0.19"
version = "0.0.20"
readme = "README.md"
description = "Async hardware wallet interface"
license-file.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "async-hwi-cli"
readme = "README.md"
description = "HWI CLI"
version = "0.0.17"
version = "0.0.18"
license-file.workspace = true
edition.workspace = true
authors.workspace = true
Expand All @@ -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.19" }
async-hwi = { path = "../", version = "0.0.20" }
tokio = { version = "1", features = ["macros", "net", "rt", "rt-multi-thread", "io-util", "sync"] }

0 comments on commit 5acde15

Please sign in to comment.