Skip to content

Commit

Permalink
Merge pull request #91 from wizardsardine/version-0.0.21
Browse files Browse the repository at this point in the history
version 0.0.21
  • Loading branch information
edouardparis authored Jun 25, 2024
2 parents 278a892 + f96315f commit ade7e91
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.20"
version = "0.0.21"
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.18"
version = "0.0.19"
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.20" }
async-hwi = { path = "../", version = "0.0.21" }
tokio = { version = "1", features = ["macros", "net", "rt", "rt-multi-thread", "io-util", "sync"] }

0 comments on commit ade7e91

Please sign in to comment.