Summary
This release bumps the MSRV to 1.63.0 and updates the rusqlite
dependency version to 0.31 to be aligned with the upcoming 1.0.0 release. These changes will prepare projects for migrating wallet data to the 1.0.0 version of BDK, see #1648.
What's Changed
- ci (maintenance): Pin byteorder, webpki to keep the MSRV by @danielabrozzoni in #1160
- Bump MSRV 1.63.0 AND add deprecate TxBuilder::allow_shrinking() by @notmandatory in #1366
- (maintenance) doc(bdk): Clarify the absolute_fee docs by @danielabrozzoni in #1159
- release/0.29, deps: Update
rusqlite
to 0.31 by @ValuedMammal in #1651 - test: update electrsd to fix RUSTSEC-2024-0384 warning by @notmandatory in #1744
Full Changelog: v0.29.0...v0.30.0