Skip to content

Commit

Permalink
Merge pull request #93 from wizardsardine/version-0.0.22
Browse files Browse the repository at this point in the history
version 0.0.22
  • Loading branch information
edouardparis authored Jul 16, 2024
2 parents f766562 + df7cf86 commit ec3b31a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.21"
version = "0.0.22"
readme = "README.md"
description = "Async hardware wallet interface"
license-file.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.21" }
async-hwi = { path = "../", version = "0.0.22" }
tokio = { version = "1", features = ["macros", "net", "rt", "rt-multi-thread", "io-util", "sync"] }

0 comments on commit ec3b31a

Please sign in to comment.