Skip to content

Commit

Permalink
Merge pull request #17 from notmandatory/update_bdk_025
Browse files Browse the repository at this point in the history
Bump bdk-reserves version to 0.25.0 and bdk version to 0.25
  • Loading branch information
ulrichard authored Dec 14, 2022
2 parents df5005c + cfeb893 commit 3021db8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 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.24.0"
version = "0.25.0"
authors = ["Richard Ulrich <richard.ulrich@seba.swiss>"]
edition = "2018"
description = "Proof of reserves for bitcoin dev kit"
Expand All @@ -10,13 +10,13 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/bitcoindevkit/bdk-reserves"

[dependencies]
bdk = { version = "0.24", default-features = false }
bdk = { version = "0.25", default-features = false }
bitcoinconsensus = "0.19.0-3"
log = "^0.4"

[dev-dependencies]
rstest = "^0.11"
bdk-testutils = "^0.4"
bdk = { version = "0.24", default-features = true }
bdk = { version = "0.25", default-features = true }
electrsd = { version = "0.21", features = ["bitcoind_22_0", "electrs_0_9_1"] }
base64 = "^0.13"

0 comments on commit 3021db8

Please sign in to comment.