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

CI: Fix the CI (remove Skeptic etc.) for v0.11.x #400

Merged
merged 6 commits into from
Feb 11, 2024

Commits on Feb 10, 2024

  1. Update the doc tests on the README.md by replacing Skeptic with

    a regular `cargo test` command
    
    (cherry picked from commit 9a6a856)
    tatsuya6502 committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    8b234f3 View commit details
    Browse the repository at this point in the history
  2. Fix the CI for nightly + minimal crate versions

    - Pin `ahash` to v0.8.7.
    
    (cherry picked from commit c6427b8)
    tatsuya6502 committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    569503e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00ef1d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1fc182 View commit details
    Browse the repository at this point in the history
  5. Update the doc tests on the README.md by replacing Skeptic with

    a regular `cargo test` command
    tatsuya6502 committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    6fb0e82 View commit details
    Browse the repository at this point in the history
  6. Fix Clippy and compiler warnings

    - Fix beta Clippy warnings
      - clippy 0.1.77 (f2048098a1c 2024-02-09)
    - Fix beta compiler warnings
      - rustc 1.77.0-beta.2 (f2048098a 2024-02-09)
    tatsuya6502 committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    13d45b3 View commit details
    Browse the repository at this point in the history