Skip to content

Commit

Permalink
Bumps the Rust toolchain version (#687)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kaczmarczyck committed May 27, 2024
1 parent 119cc21 commit 8a0ee9d
Show file tree
Hide file tree
Showing 6 changed files with 97 additions and 100 deletions.
Loading

0 comments on commit 8a0ee9d

Please sign in to comment.