Skip to content

Commit

Permalink
bumped to v0.18 along with bdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ulrichard committed May 9, 2022
1 parent 36be556 commit f4acda3
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.17.0"
version = "0.18.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.17", default-features = false }
bdk = { version = "^0.18", 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.17", default-features = true }
bdk = { version = "^0.18", default-features = true }

0 comments on commit f4acda3

Please sign in to comment.