Skip to content

Commit 81e04a1

Browse files
committed
Merge #12: Update bdk dependency to v0.23
e37e081 Update bdk to v0.23 (rajarshimaitra) Pull request description: Candidate update for bdk [v0.23.0-rc.1](https://github.com/bitcoindevkit/bdk/releases/tag/v0.23.0-rc.1) Top commit has no ACKs. Tree-SHA512: 189ecbd06a140ee20157849dfdefe6f3db682f0bb07019835cf8c6d09f3641f046ce50ee202dd80a33302b117ea5ca1952e33391250a19f8e8f0f6846250b060
2 parents 92b9d09 + 62533e5 commit 81e04a1

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.22.0"
3+
version = "0.23.0"
44
authors = ["Richard Ulrich <richard.ulrich@seba.swiss>"]
55
edition = "2018"
66
description = "Proof of reserves for bitcoin dev kit"
@@ -10,11 +10,11 @@ license = "MIT OR Apache-2.0"
1010
repository = "https://github.com/bitcoindevkit/bdk-reserves"
1111

1212
[dependencies]
13-
bdk = { version = "0.22", default-features = false }
13+
bdk = { version = "0.23", default-features = false }
1414
bitcoinconsensus = "0.19.0-3"
1515
log = "^0.4"
1616

1717
[dev-dependencies]
1818
rstest = "^0.11"
1919
bdk-testutils = "^0.4"
20-
bdk = { version = "0.22", default-features = true }
20+
bdk = { version = "0.23", default-features = true }

0 commit comments

Comments
 (0)