You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we do in `rust-bitcoin` add two lock files, one with minimal
dependency version numbers and one with recent dependency version
numbers
The minimal was created using `-Z minimal-versions` then tested by
building with `RUSTUP_TOOLCHAIN=1.56.1 cargo --locked check`.
The recent was created by the `contrib/test.sh` script with MSRV
toolchain.
0 commit comments