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

Migrate CI to rust-toolchain #50

Closed
wants to merge 14 commits into from
Closed

Commits on Mar 22, 2024

  1. Migrate CI to rust-toolchain

    vks committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    c60f888 View commit details
    Browse the repository at this point in the history
  2. Add MSRV to all Cargo.toml

    It will display a warning with old Cargo versions, however it's also
    displayed on crates.io.
    vks committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    57444b6 View commit details
    Browse the repository at this point in the history
  3. Upgrade criterion

    This fixes some scary undefined behavior. 😬
    vks committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    8efd1bb View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Make benches its own package

    dhardy committed May 24, 2024
    Configuration menu
    Copy the full SHA
    e4b7379 View commit details
    Browse the repository at this point in the history
  2. Fix cargo warnings

    dhardy committed May 24, 2024
    Configuration menu
    Copy the full SHA
    5fb9536 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b955417 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e96be6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    64e8114 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b872dc View commit details
    Browse the repository at this point in the history
  7. Apply Clippy's suggestions

    dhardy committed May 24, 2024
    Configuration menu
    Copy the full SHA
    0d9b916 View commit details
    Browse the repository at this point in the history
  8. Add Cargo.lock.msrv

    dhardy committed May 24, 2024
    Configuration menu
    Copy the full SHA
    33eecb5 View commit details
    Browse the repository at this point in the history
  9. Disable rand_jitter benchmark

    dhardy committed May 24, 2024
    Configuration menu
    Copy the full SHA
    983ba25 View commit details
    Browse the repository at this point in the history
  10. Fix minimal-versions test

    dhardy committed May 24, 2024
    Configuration menu
    Copy the full SHA
    f65de47 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4f57d6a View commit details
    Browse the repository at this point in the history