Closed rajarshimaitra closed 1 year ago
Upgrades to bdk v0.27.0-rc.1. Pins dependency zip to v0.6, as latest version of zip moved up their MSRV to 1.59.
v0.27.0-rc.1
zip
v0.6
1.59
of the PR were done in a specific way -->
0.27
cargo fmt
cargo clippy
I changed the name and moved this to draft, once bdk 0.27.0 is out can update PR and move to non-draft. Also I don't see any pin to zip, so didn't need to do that?
Description
Upgrades to bdk
v0.27.0-rc.1
. Pins dependencyzip
tov0.6
, as latest version ofzip
moved up their MSRV to1.59
.Notes to the reviewers
of the PR were done in a specific way -->
Changelog notice
0.27
.Checklists
All Submissions:
cargo fmt
andcargo clippy
before committing