Skip to content

Commit

Permalink
bumped to v0.15 along with bdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrichard committed Jan 5, 2022
1 parent 1c5af52 commit 4735c75
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.14.3"
version = "0.15.0"
authors = ["Richard Ulrich <[email protected]>"]
edition = "2018"
description = "Proof of reserves for bitcoin dev kit"
Expand All @@ -10,12 +10,12 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/weareseba/bdk-reserves"

[dependencies]
bdk = { version = "^0.14", default-features = false }
bdk = { version = "^0.15", default-features = false }
bitcoinconsensus = "0.19.0-3"
base64 = "^0.11"
log = "^0.4"

[dev-dependencies]
rstest = "^0.11"
bdk-testutils = "^0.4"
bdk = { version = "^0.14", default-features = true }
bdk = { version = "^0.15", default-features = true }

0 comments on commit 4735c75

Please sign in to comment.