Skip to content

Commit

Permalink
bumped to v0.16 along with bdk
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Ulrich <[email protected]>
  • Loading branch information
ulrichard committed Jan 25, 2022
1 parent 4735c75 commit 80a5934
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.15.0"
version = "0.16.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.15", default-features = false }
bdk = { version = "^0.16", 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.15", default-features = true }
bdk = { version = "^0.16", default-features = true }

0 comments on commit 80a5934

Please sign in to comment.