allan2 / dotenvy

A well-maintained fork of the Rust dotenv crate
MIT License
625 stars 39 forks source link

Update MSRV to 1.64.0 #81

Closed sonro closed 11 months ago

sonro commented 11 months ago

Our Minimum Supported Rust Verison policy is to support the last 8 rustc versions. As of 2023-08-08 that is from version 1.63.0 onwards.

Clap's MSRV is 1.64.0, and we have a PR to update to the lastest version. So I have bumped our MSRV to match.

The current CI tests do not pass with version 1.56.1 (due to dependencies having newer MSRVs) so I think it is worth doing now.

github-actions[bot] commented 11 months ago

Code Coverage

allan2 commented 11 months ago

I approve. @Dylan-DPC?

Dylan-DPC commented 11 months ago

Yeah sounds good to me, though this should be targeted towards a 0.16.0 release (i know it doesn't need to be considered a breaking change, but it just makes it easier for everyone concerned)