From 5629967c4f2aa21dac32c03f0f9e5394dd7a8fe6 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Tue, 27 Dec 2022 15:08:55 -0800 Subject: [PATCH] Bump bdk-reserves version to 0.26.0 and bdk version to 0.26 --- Cargo.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ed69f5d..b7c5f79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk-reserves" -version = "0.25.0" +version = "0.26.0" authors = ["Richard Ulrich "] edition = "2018" description = "Proof of reserves for bitcoin dev kit" @@ -10,13 +10,15 @@ license = "MIT OR Apache-2.0" repository = "https://github.com/bitcoindevkit/bdk-reserves" [dependencies] -bdk = { version = "0.25", default-features = false } +#bdk = { version = "0.26", default-features = false } +bdk = { git = "https://github.com/bitcoindevkit/bdk", tag = "v0.26.0-rc.2", default-features = false } bitcoinconsensus = "0.19.0-3" log = "^0.4" [dev-dependencies] rstest = "^0.11" bdk-testutils = "^0.4" -bdk = { version = "0.25", default-features = true } +#bdk = { version = "0.26", default-features = true } +bdk = { git = "https://github.com/bitcoindevkit/bdk", tag = "v0.26.0-rc.2", default-features = true } electrsd = { version = "0.21", features = ["bitcoind_22_0", "electrs_0_9_1"] } base64 = "^0.13" \ No newline at end of file