chore: Update to Rust 1.95.0#12636
Merged
Merged
Conversation
Contributor
|
@ognevny is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
Author
using |
anthonyshew
approved these changes
May 1, 2026
Contributor
anthonyshew
left a comment
There was a problem hiding this comment.
Appreciate it as always! Everything looks good to me.
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
github-actions Bot
added a commit
that referenced
this pull request
May 1, 2026
## Release v2.9.8-canary.5 > [!CAUTION] > Versioned docs aliasing FAILED. [View logs](https://github.com/vercel/turborepo/actions/runs/25235753550) ### Changes - release(turborepo): 2.9.8-canary.4 (#12690) (`c37b3ff`) - chore: Update to Rust 1.95.0 (#12636) (`c392227`) - fix: Keep tbx shell connections stable (#12692) (`8451e86`) - perf: Reduce `turbo watch` hash memory spikes (#12695) (`dab9979`) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
github-actions Bot
added a commit
that referenced
this pull request
May 3, 2026
## Release v2.9.8 > [!CAUTION] > Versioned docs aliasing FAILED. [View logs](https://github.com/vercel/turborepo/actions/runs/25267621420) ### Changes - release(turborepo): 2.9.7 (#12679) (`92f91fa`) - test: Add regression for gitignored output restore (#12681) (`9eadf5e`) - docs: Clarify root task guidance (#12683) (`8ce7492`) - fix: Preserve concrete dependency precedence (#12682) (`f8623ee`) - release(turborepo): 2.9.8-canary.1 (#12685) (`1808a21`) - fix: Resolve Yarn catalog affected packages (#12684) (`a0dcc52`) - release(turborepo): 2.9.8-canary.2 (#12687) (`96f9786`) - fix: Preserve Bun prune lockfile validity (#12686) (`f3b8e22`) - release(turborepo): 2.9.8-canary.3 (#12689) (`1b7b8a9`) - fix: Create prune docker bin stubs (#12688) (`364c177`) - release(turborepo): 2.9.8-canary.4 (#12690) (`c37b3ff`) - chore: Update to Rust 1.95.0 (#12636) (`c392227`) - fix: Keep tbx shell connections stable (#12692) (`8451e86`) - perf: Reduce `turbo watch` hash memory spikes (#12695) (`dab9979`) - release(turborepo): 2.9.8-canary.5 (#12696) (`fe78c2c`) - fix: Reduce parent-death watchdog CPU usage (#12697) (`97706ca`) - release(turborepo): 2.9.8-canary.6 (#12698) (`3895eef`) --------- 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.
Description
assert_matchesmacro became stable in nightly compilers starting with 1.95.0 (on stable it's still not)clippy lints:
sort_by_keyandsort_unstable_by_keyinto_iter()in case of IntoIterator implicit castsTesting Instructions
CI