Skip to content

Commit

Permalink
Bump bdk-reserves version to 0.26.0 and bdk version to 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Jan 3, 2023
1 parent 3021db8 commit 32ae47f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bdk-reserves"
version = "0.25.0"
version = "0.26.0"
authors = ["Richard Ulrich <[email protected]>"]
edition = "2018"
description = "Proof of reserves for bitcoin dev kit"
Expand All @@ -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 = false }
electrsd = { version = "0.21", features = ["bitcoind_22_0", "electrs_0_9_1"] }
base64 = "^0.13"

0 comments on commit 32ae47f

Please sign in to comment.