Skip to content

Commit 7f95f57

Browse files
committed
Merge bitcoindevkit/bdk#1853: wallet: Bump bitcoin dependency to v0.32.4
5553e8d wallet: Bump bitcoin dependency to v0.32.4 (Steven Roose) Pull request description: This is required since we are using Network::Testnet4 ### Changelog notice bdk_wallet: - deps: Bump `bitcoin` to 0.32.4 ### Checklists #### All Submissions: * [x] I've signed all my commits * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) * [x] I ran `cargo fmt` and `cargo clippy` before committing ACKs for top commit: ValuedMammal: ACK 5553e8d notmandatory: ACK 5553e8d Tree-SHA512: e88e7137ecfba89fb89d00ef1109376ec464919df34f5024a5a9f808c0fb4cd2a120d44c7edf0428bab21d264e18db171c6042df3968b078fd758b33e1f15c10
2 parents d9b0e5e + 5553e8d commit 7f95f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/wallet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ workspace = true
1818
[dependencies]
1919
rand_core = { version = "0.6.0" }
2020
miniscript = { version = "12.0.0", features = [ "serde" ], default-features = false }
21-
bitcoin = { version = "0.32.0", features = [ "serde", "base64" ], default-features = false }
21+
bitcoin = { version = "0.32.4", features = [ "serde", "base64" ], default-features = false }
2222
serde = { version = "^1.0", features = ["derive"] }
2323
serde_json = { version = "^1.0" }
2424
bdk_chain = { path = "../chain", version = "0.21.1", features = [ "miniscript", "serde" ], default-features = false }

0 commit comments

Comments
 (0)