Skip to content

Commit

Permalink
version 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardparis committed Jan 23, 2024
1 parent 12e995d commit bcf39c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
[workspace]
members = ["cli"]

[workspace.dependencies]
async-hwi = { version = "0.0.13", path = "." }

[workspace.package]
version = "0.0.13"
edition = "2018"
authors = ["Edouard Paris <[email protected]>"]
license-file = "LICENSE"
Expand All @@ -14,9 +10,9 @@ keywords = ["bitcoin"]

[package]
name = "async-hwi"
version = "0.0.14"
readme = "README.md"
description = "Async hardware wallet interface"
version.workspace = true
license-file.workspace = true
edition.workspace = true
authors.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.workspace = true
version = "0.0.14"
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 = { workspace = true }
async-hwi = { path = ".." }
tokio = { version = "1", features = ["macros", "net", "rt", "rt-multi-thread", "io-util", "sync"] }

0 comments on commit bcf39c4

Please sign in to comment.