Skip to content

Commit

Permalink
cli: pin async-hwi version
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardparis committed Jan 23, 2024
1 parent c610ec7 commit c67a235
Showing 1 changed file with 1 addition and 1 deletion.
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 = ".." }
async-hwi = "0.0.14"
tokio = { version = "1", features = ["macros", "net", "rt", "rt-multi-thread", "io-util", "sync"] }

0 comments on commit c67a235

Please sign in to comment.