Skip to content

Automate MSRV fixes #42

Description

@samuelburnham

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions