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

Set the minimum required Rust version in Cargo.toml #729

Closed
yorickpeterse opened this issue Jul 12, 2024 · 0 comments · Fixed by #740
Closed

Set the minimum required Rust version in Cargo.toml #729

yorickpeterse opened this issue Jul 12, 2024 · 0 comments · Fixed by #740
Labels
accepting contributions Issues that are suitable to be worked on by anybody, not just maintainers

Comments

@yorickpeterse
Copy link
Collaborator

Per https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field, there's a way to specify the minimum version of Rust required to build a project. We should set this for the workspace level, using 1.70 as the version (as this is the minimum version we currently require).

@yorickpeterse yorickpeterse added the accepting contributions Issues that are suitable to be worked on by anybody, not just maintainers label Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepting contributions Issues that are suitable to be worked on by anybody, not just maintainers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant