Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MSRV to 1.64.0 #81

Merged
merged 2 commits into from
Aug 9, 2023
Merged

Update MSRV to 1.64.0 #81

merged 2 commits into from
Aug 9, 2023

Conversation

sonro
Copy link
Collaborator

@sonro sonro commented Aug 8, 2023

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.

- In line with the project's Minimum Supported Rust Version policy.
- Current rust version on 2023-08-08 is 1.71.0.
- 8 versions ago is 1.63.0.
- Bumped by 1 version to use latest version of clap.
@sonro sonro requested a review from allan2 August 8, 2023 11:49
@github-actions
Copy link

github-actions bot commented Aug 8, 2023

Code Coverage

@allan2
Copy link
Owner

allan2 commented Aug 8, 2023

I approve. @Dylan-DPC?

@Dylan-DPC
Copy link
Collaborator

Dylan-DPC commented Aug 8, 2023

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)

@sonro sonro merged commit ce5bfde into allan2:master Aug 9, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants