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 & Migrate to Rust 2021 #80

Merged
merged 3 commits into from
Jan 6, 2024
Merged

Bump MSRV to 1.60 & Migrate to Rust 2021 #80

merged 3 commits into from
Jan 6, 2024

Commits on Jan 6, 2024

  1. ci: Use cargo-hack's --rust-version flag for msrv check

    This respects rust-version field in Cargo.toml, so it removes the need
    to manage MSRV in both the CI file and Cargo.toml.
    taiki-e committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    02e06b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0c20d1 View commit details
    Browse the repository at this point in the history
  3. Migrate to Rust 2021

    taiki-e committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    5c95612 View commit details
    Browse the repository at this point in the history