Skip to content

Commit f4acda3

Browse files
committed
bumped to v0.18 along with bdk
1 parent 36be556 commit f4acda3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bdk-reserves"
3-
version = "0.17.0"
3+
version = "0.18.0"
44
authors = ["Richard Ulrich <richard.ulrich@seba.swiss>"]
55
edition = "2018"
66
description = "Proof of reserves for bitcoin dev kit"
@@ -10,12 +10,12 @@ license = "MIT OR Apache-2.0"
1010
repository = "https://github.com/weareseba/bdk-reserves"
1111

1212
[dependencies]
13-
bdk = { version = "^0.17", default-features = false }
13+
bdk = { version = "^0.18", default-features = false }
1414
bitcoinconsensus = "0.19.0-3"
1515
base64 = "^0.11"
1616
log = "^0.4"
1717

1818
[dev-dependencies]
1919
rstest = "^0.11"
2020
bdk-testutils = "^0.4"
21-
bdk = { version = "^0.17", default-features = true }
21+
bdk = { version = "^0.18", default-features = true }

0 commit comments

Comments
 (0)