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

Bump MSRV to 1.53 to fix build with latest time release #422

Merged
merged 1 commit into from Jan 31, 2022

Conversation

Enselic
Copy link
Collaborator

@Enselic Enselic commented Jan 23, 2022

The time crate says

The time crate is guaranteed to compile with any release of rustc from the past six months.

and the release notes for the latest releases made 2 days ago says

The minimum supported Rust version is now 1.53.0.

This all sounds reasonable to me, so here is a PR to bump our MSRV.

This PR is made in response to this comment. I would advise against the mentioned alternative, to put an upper limit on time, because soon that will conflict some with other crate that puts an incompatible lower limit on time. So it's better to just bump MSRV if that is a viable option, which I think is the case here.

@varungandhi-src
Copy link
Contributor

Ready to merge?

@trishume trishume merged commit 2e08040 into trishume:master Jan 31, 2022
@trishume
Copy link
Owner

(Sorry for lack of responsiveness in the past little while, I'm in the process of moving, once I finish moving by Thursdayish I should hopefully have some time again)

@Enselic Enselic deleted the msrv-1.53 branch January 31, 2022 17:01
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