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

Check-in Cargo.lock, fix MSRV build #78

Merged
merged 3 commits into from
Jul 9, 2024
Merged

Commits on Jul 9, 2024

  1. check-in Cargo.lock file for MSRV maintenance

    This is now a recommended practice for libraries and makes maintaining
    our MSRV much easier.
    cpu committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e1ed817 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24766e0 View commit details
    Browse the repository at this point in the history
  3. ci: run on push for _dev branches

    This is a compromise between running on all pushes vs only running for
    main/PRs that still allows easy on-demand CI runs while developing.
    cpu committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    7fd9e0e View commit details
    Browse the repository at this point in the history