File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ dependencies = [
4747
4848[[package]]
4949name = "bitcoin"
50- version = "0.32.6 "
50+ version = "0.32.7 "
5151dependencies = [
5252 "base58ck",
5353 "base64",
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies = [
4646
4747[[package]]
4848name = "bitcoin"
49- version = "0.32.6 "
49+ version = "0.32.7 "
5050dependencies = [
5151 "base58ck",
5252 "base64",
Original file line number Diff line number Diff line change 1+ # 0.32.7 - 2025-07-30
2+
3+ - Backport - Use ` _u32 ` in ` FeeRate ` constructor instead of ` _unchecked ` [ #4552 ] ( https://github.com/rust-bitcoin/rust-bitcoin/pull/4552 )
4+ - Backport - Add support for pay to anchor outputs [ #4691 ] ( https://github.com/rust-bitcoin/rust-bitcoin/pull/4691 )
5+ - Backport - Remove ` non_exhaustive ` from ` Network ` [ #4658 ] ( https://github.com/rust-bitcoin/rust-bitcoin/pull/4658 )
6+
17# 0.32.6 - 2025-05-06
28
39- Backport - Fix ` is_invalid_use_of_sighash_single() ` incompatibility with Bitcoin Core [ #4122 ] ( https://github.com/rust-bitcoin/rust-bitcoin/pull/4122 )
Original file line number Diff line number Diff line change 11[package ]
22name = " bitcoin"
3- version = " 0.32.6 "
3+ version = " 0.32.7 "
44authors = [
" Andrew Poelstra <[email protected] >" ]
55license = " CC0-1.0"
66repository = " https://github.com/rust-bitcoin/rust-bitcoin/"
You can’t perform that action at this time.
0 commit comments