Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix msrv: Run msrv checks with minimal versions
Since it is possible to for dependencies to bump MSRV in patch release, msrv checking should use the minimal versions supported by flate2. Users cares deeply about msrv can also pin them to the minimal versions to maintain their current msrv. This would have also help discover bugs in #424
- Loading branch information