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

Determine and Enforce Correct Minimum Rust Compiler Version in Build Pipeline #470

Open
lquerel opened this issue Nov 21, 2024 · 0 comments
Labels
ci/cd CI/CD related issue good first issue Good for newcomers help wanted Extra attention is needed

Comments

@lquerel
Copy link
Contributor

lquerel commented Nov 21, 2024

A user reported that the project fails to compile with Rust compiler version 1.79.0. Currently, our Cargo.toml specifies version 1.76.0 as the minimum, which seems insufficient based on this feedback. We need to determine the actual minimum compiler version required to compile the project. More importantly, we need to identify the right way to test this, as this issue was not caught in our build pipeline.

@lquerel lquerel added good first issue Good for newcomers help wanted Extra attention is needed ci/cd CI/CD related issue labels Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/cd CI/CD related issue good first issue Good for newcomers help wanted Extra attention is needed
Projects
Status: No status
Development

No branches or pull requests

1 participant