-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
e1681ef Bump to version 0.2.3 (Daniela Brozzoni) 80990d7 Revert "Bump to rust-bitcoin 0.29.1" (Daniela Brozzoni) Pull request description: ACKs for top commit: afilini: ACK e1681ef Tree-SHA512: bd649be8be1c6eab5008647ad338fa791d78906cf20a65009cd4aad190ec6f706163d444f20b30c6267341f41c3467098d36306dca0b676877976c3a00eebecc
- Loading branch information
Showing
4 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "hwi" | ||
version = "0.2.2" | ||
version = "0.2.3" | ||
authors = ["Daniela Brozzoni <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT" | ||
|
@@ -10,11 +10,10 @@ repository = "https://github.com/bitcoindevkit/rust-hwi" | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
bitcoin = { version = "0.29.1", features = ["serde", "base64"] } | ||
bitcoin = { version = "0.28", features = ["use-serde", "base64"] } | ||
serde = { version = "^1.0", features = ["derive"] } | ||
serde_json = { version = "^1.0" } | ||
pyo3 = { version = "0.15.1", features = ["auto-initialize"]} | ||
base64 = "0.13.0" | ||
once_cell = "=1.14" | ||
|
||
[dev-dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters