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

Automate MSRV fixes #42

Open
samuelburnham opened this issue Feb 14, 2024 · 0 comments
Open

Automate MSRV fixes #42

samuelburnham opened this issue Feb 14, 2024 · 0 comments

Comments

@samuelburnham
Copy link
Member

Currently, the MSRV check runs cargo msrv verify and fails if the MSRV is not up to date. This requires the user to run cargo msrv locally and then update/submit a PR with the fix.

This can be automated by having the workflow run cargo msrv --min <CURRENT_VERSION> on a failure, and then automatically opening/updating a PR with the new MSRV fix.

To prevent similar breakages from occurring downstream, we could also run the MSRV check in the check-lurk-compiles workflow.

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