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

Bumps the Rust toolchain version #687

Merged
merged 1 commit into from
May 27, 2024

Commits on May 27, 2024

  1. Bumps the Rust toolchain version

    This has a few useful effects:
    
    - Hopefully fixes a recent OSS-Fuzz failure to compile.
    - Decreases binary size by 0.8 kB.
    - Fixes a warning by `cargo audit`.
    
    We also bump our minimum supported Rust version to what it actually is.
    We had an API call for `BTreeSet` that needs Rust 1.66. If you use an
    older version, you have to patch OpenSK and replace `pop_first` with an
    iterator that takes the first element, like we did before `pop_first`
    was available.
    kaczmarczyck committed May 27, 2024
    Configuration menu
    Copy the full SHA
    93825ac View commit details
    Browse the repository at this point in the history