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

Fix Cilppy warnings and MSRV CI for v0.9.x #293

Merged
merged 4 commits into from
Jul 29, 2023
Merged

Commits on Jul 29, 2023

  1. Fix Clippy warnings

    clippy 0.1.72 (a47f796a365 2023-07-22)
    tatsuya6502 committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    3443dfd View commit details
    Browse the repository at this point in the history
  2. Fix Clippy warnings

    clippy 0.1.72 (a47f796a365 2023-07-22)
    tatsuya6502 committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    7f4eb57 View commit details
    Browse the repository at this point in the history
  3. Fix the CI for MSRV 1.60

    When testing the MSRV, downgrade `tempfile` to v3.6.0 so that it will compile.
    tatsuya6502 committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    9e169db View commit details
    Browse the repository at this point in the history
  4. Fix the CI for MSRV 1.60

    When testing the MSRV, downgrade `dashmap` to v5.4.0 so it will compile.
    tatsuya6502 committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    aba4f0a View commit details
    Browse the repository at this point in the history