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 from once_cell to std::sync::LazyLock #49

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 17, 2024

  1. rust: bump MSRV to Rust 1.80

    Signed-off-by: Aleksa Sarai <[email protected]>
    cyphar committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ffdb525 View commit details
    Browse the repository at this point in the history
  2. *: migrate from once_cell to std::sync::LazyLock

    This was only stabilised in Rust 1.80.0, so this might cause issues when
    building on older distributions (depending on when libpathrs starts
    getting packaged).
    
    Signed-off-by: Aleksa Sarai <[email protected]>
    cyphar committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    fb189de View commit details
    Browse the repository at this point in the history