File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-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.1 "
50+ version = "0.32.2 "
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.1 "
49+ version = "0.32.2 "
5050dependencies = [
5151 "base58ck",
5252 "base64",
Original file line number Diff line number Diff line change 1+ # 0.32.2 - 2024-06-07
2+
3+ - Fix a bug when parsing 256-bit numeric types [ #2837 ] ( https://github.com/rust-bitcoin/rust-bitcoin/pull/2837 )
4+
15# 0.32.1 - 2024-05-29
26
37Fix things we broke/removed from the ` Address ` API in the last release.
Original file line number Diff line number Diff line change 11[package ]
22name = " bitcoin"
3- version = " 0.32.1 "
3+ version = " 0.32.2 "
44authors = [" Andrew Poelstra <apoelstra@wpsoftware.net>" ]
55license = " CC0-1.0"
66repository = " https://github.com/rust-bitcoin/rust-bitcoin/"
You can’t perform that action at this time.
0 commit comments