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

Use more recent Rust features and bump MSRV #64

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Nov 16, 2023

  1. Use usize::BITS to define POINTER_WIDTH

    This requires Rust 1.53.0.
    hniksic committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    0b25a76 View commit details
    Browse the repository at this point in the history
  2. Use std scoped threads to simplify example code

    This requires Rust 1.63.0.
    hniksic committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    818eda4 View commit details
    Browse the repository at this point in the history
  3. Use std::sync::OnceLock to remove external dependency on once_cell

    This requires Rust 1.70.0.
    hniksic committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    d562ba7 View commit details
    Browse the repository at this point in the history
  4. Bump MSRV to 1.70.0

    hniksic committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    4ef30e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0620555 View commit details
    Browse the repository at this point in the history