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

Update CI #103

Merged
merged 4 commits into from
Feb 27, 2023
Merged

Update CI #103

merged 4 commits into from
Feb 27, 2023

Commits on Feb 27, 2023

  1. Update CI

    - Removes dependencies on unmaintained actions.
    - Added bitrot and rustfmt checks.
    - We now require `clippy` and `rustfmt` be installed as part of the
      toolchain, which is fine as contributors will need them to satisfy CI.
    str4d committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    04b3d4b View commit details
    Browse the repository at this point in the history
  2. Add Dependabot config

    str4d committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    a1965f3 View commit details
    Browse the repository at this point in the history
  3. Restrict dev-dependencies to csv < 1.2

    We only have this dependency for `criterion`, so it doesn't need to
    affect the crate MSRV.
    str4d committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    d601693 View commit details
    Browse the repository at this point in the history
  4. Fix clippy lint

    str4d committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    477b97c View commit details
    Browse the repository at this point in the history