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

Find the minimum supported Rust version #16

Open
scott-wilson opened this issue Dec 30, 2022 · 0 comments
Open

Find the minimum supported Rust version #16

scott-wilson opened this issue Dec 30, 2022 · 0 comments
Labels
lang-rust Issues related to Rust meta Improvements or additions to the project

Comments

@scott-wilson
Copy link
Owner

It is generally a good idea to note what is the version of Rust that is supported by the project. We could either say "the current compiler is now the minimum (1.66 as of writing), and go from there", "the current is always the minimum supported", or go through the different versions to find out where the tests and compiling breaks, then call the version after that the latest supported version.

@scott-wilson scott-wilson added meta Improvements or additions to the project lang-rust Issues related to Rust labels Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang-rust Issues related to Rust meta Improvements or additions to the project
Projects
None yet
Development

No branches or pull requests

1 participant