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

Bump MSRV to 1.60 and check MSRV in CI #108

Merged
merged 2 commits into from
Mar 30, 2024
Merged

Bump MSRV to 1.60 and check MSRV in CI #108

merged 2 commits into from
Mar 30, 2024

Commits on Mar 30, 2024

  1. Bump MSRV to 1.60

    syn 2.0.57 requires it.
    
    ```
    error: failed to select a version for the requirement `syn = "=2.0.57"`
    candidate versions found which didn't match: 2.0.56, 2.0.55, 2.0.54, ...
    location searched: crates.io index
    ```
    taiki-e committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    13f0cd9 View commit details
    Browse the repository at this point in the history
  2. Check MSRV in CI

    taiki-e committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    d331985 View commit details
    Browse the repository at this point in the history