-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #20: Bump bdk-reserves version to 0.27.0 and bdk version to 0.27
2aba83c Fix clippy needless_borrow warning (Steve Myers) 0433ea2 Fix clippy bool_to_int_with_if warning (Steve Myers) cf95dd2 Fix clippy partialeq_to_none warning (Steve Myers) 00d031c Update MSRV to 1.57.0 and stable rust to 1.65.0 (Steve Myers) fb1662a Bump bdk-reserves version to 0.27.0 and bdk version to 0.27 (Steve Myers) Pull request description: Bumped bdk-reserves version to 0.27.0 and bdk version to 0.27. Increased MSRV to 1.57.0 to match new bdk and bdk-cli MSRV (should be able to reduce this again once bdk core work is done). Also increased stable rust version to 1.65 and fixed new clippy warnings. ACKs for top commit: rajarshimaitra: ACK 2aba83c Tree-SHA512: 368cbbfabe78697090050cdaf0c408a118a490c6bdc455f3b1af7dc8075ac9228f1a6c90c4222bffb82567ffcc5acda93686f5d8527f11b90a9b6855f0f3bf77
- Loading branch information
Showing
5 changed files
with
11 additions
and
16 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 = "bdk-reserves" | ||
version = "0.26.0" | ||
version = "0.27.0" | ||
authors = ["Richard Ulrich <[email protected]>"] | ||
edition = "2018" | ||
description = "Proof of reserves for bitcoin dev kit" | ||
|
@@ -10,13 +10,13 @@ license = "MIT OR Apache-2.0" | |
repository = "https://github.com/bitcoindevkit/bdk-reserves" | ||
|
||
[dependencies] | ||
bdk = { version = "0.26", default-features = false } | ||
bdk = { version = "0.27", default-features = false } | ||
bitcoinconsensus = "0.19.0-3" | ||
log = "^0.4" | ||
|
||
[dev-dependencies] | ||
rstest = "^0.11" | ||
bdk-testutils = "^0.4" | ||
bdk = { version = "0.26", default-features = true } | ||
bdk = { version = "0.27", default-features = true } | ||
electrsd = { version = "0.21", features = ["bitcoind_22_0", "electrs_0_9_1"] } | ||
base64 = "^0.13" |
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