Bump MSRV to 1.86 (and codspeed)#149
Merged
Merged
Conversation
CodSpeed Performance ReportMerging #149 will improve performances by ×2Comparing
|
| Mode | Benchmark | BASE |
HEAD |
Change | |
|---|---|---|---|---|---|
| ⚡ | WallTime | compress-twobytes |
2 ns | 1 ns | ×2 |
robert3005
approved these changes
Nov 10, 2025
Contributor
|
Yea this is probably fine. But also, I'm assuming there's a way to configure which toolchain codspeed uses? |
Contributor
Author
|
Its possible ( |
Merged
AdamGS
pushed a commit
that referenced
this pull request
Nov 11, 2025
## 🤖 New release * `fsst-rs`: 0.5.5 -> 0.5.6 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.5.6](v0.5.5...v0.5.6) - 2025-11-11 ### Other - *(deps)* update codspeedhq/action digest to 6a8e2b8 ([#147](#147)) - Bump MSRV to 1.86 (and codspeed) ([#149](#149)) - *(deps)* lock file maintenance ([#146](#146)) - Reuse binary heap during training ([#144](#144)) - *(deps)* lock file maintenance ([#141](#141)) - *(deps)* update actions/upload-artifact action to v5 ([#139](#139)) - *(deps)* update codspeedhq/action digest to 4348f63 ([#138](#138)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since we're on the 2024 edition, bumping the msrv is no longer considered a breaking change because of this change. 81% of crates.io traffic comes from 1.86 or later, compared to 89% that use 1.85 or later, so we don't lose a huge amount the potential ecosystem.
This also unblocks codspeed with much better capabilities at "seeing" inlined code, which is very valuable here.