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

Document the Minimum Supported Rust Version (MSRV) #185

Open
louib opened this issue Oct 29, 2023 · 0 comments
Open

Document the Minimum Supported Rust Version (MSRV) #185

louib opened this issue Oct 29, 2023 · 0 comments

Comments

@louib
Copy link
Collaborator

louib commented Oct 29, 2023

I don't think we currently document the minimum version of Rust supported by the library. There is now a Cargo field that we can use to document this requirement. There's also a crate that can allow us to find the current minimum version we support. I'm thinking we could eventually use this crate to detect in CI if the MSRV changes. This will allow us to make an explicit decision when bumping the minimum version.

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

No branches or pull requests

1 participant