bitcoindevkit / bdk-reserves

Proof-of-reserves for bitcoin-dev-kit
Other
14 stars 9 forks source link

ci: pin dependencies for MSRV 1.57.0 #27

Closed notmandatory closed 11 months ago

notmandatory commented 11 months ago

I've used the cargo update -p <dependency> --precise <version> command in CI to pin the dependencies for MSRV 1.57.0 that need to be at older versions to build/test. This is the same technique that rust-bitcoin is using.

notmandatory commented 11 months ago

@ulrichard I'm trying to get a 0.28 release out for this but dependencies have changed and now need to pin the versions of a log and tempfile to work with our MSRV 1.57.0. Once you approve this PR I'll merge it and publish the crate.