Skip to content

Commit 5553e8d

Browse files
committed
wallet: Bump bitcoin dependency to v0.32.4
This is required since we are using Network::Testnet4
1 parent d9b0e5e commit 5553e8d

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)