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

Add an MSRV policy #131

Merged
merged 1 commit into from
Oct 19, 2022
Merged

Add an MSRV policy #131

merged 1 commit into from
Oct 19, 2022

Conversation

notgull
Copy link
Contributor

@notgull notgull commented Oct 18, 2022

As far as I know, there is no official Minimum Safe Rust Version (MSRV) policy for this crate, which makes it difficult to include it in crates that do have an MSRV policy. After some testing and adjustment, I've found that the MSRV for this crate is 1.38.0. If you disable some features, it's probably lower, but I think a two-year old version of Rustc is conservative enough. This pull request adds an MSRV policy, as well as a test in the CI to make sure that the crate builds on the MSRV.

@zesterer
Copy link
Collaborator

Thanks so much!

@zesterer zesterer merged commit 0dfb21e into mvdnes:master Oct 19, 2022
@notgull notgull deleted the msrv branch October 19, 2022 13:39
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.

2 participants