-
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.
Merge #97: Update version to 0.8.0, bump MSRV to 1.63.0
0c9e5c0 Update MSRV to 1.63 (Steve Myers) 9a55abe Update version to 0.8.0 (Steve Myers) Pull request description: We need to publish a new version with the rust-bitcoin/miniscript version bump. I also updated the MSRV for this project to 1.63.0 to match other BDK projects and so I could remove the version pinning that wasn't working anymore. ACKs for top commit: oleonardolima: ACK 0c9e5c0 storopoli: ACK 0c9e5c0 Tree-SHA512: 79ac6b03f63ff8ee9cd72e95c1c720a1af895e20304e954ec8a98f81e2bba9377f13153b270e01b1922a3e0563a34bba33b65cd9c21ae739a8a18b9e4f360167
- Loading branch information
Showing
3 changed files
with
5 additions
and
20 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
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.7.0" | ||
version = "0.8.0" | ||
authors = ["Daniela Brozzoni <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT" | ||
|
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