-
Notifications
You must be signed in to change notification settings - Fork 463
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
Update Rust to 1.81.0 #8939
Update Rust to 1.81.0 #8939
Conversation
3829 tests run: 3719 passed, 0 failed, 110 skipped (full report)Flaky tests (4)Postgres 16
Postgres 14
Code coverage* (full report)
* collected from Rust tests only The comment gets automatically updated with the latest test results
b88224d at 2024-09-06T10:40:46.799Z :recycle: |
Not sure why I had to pin rust-postgres but I had to, otherwise cargo would update it without prompting
0a0909f
to
a9ac073
Compare
I would had assumed that
those tests actually do rust->catch_unwind(C->rust) and basically use it to break out of an infinite loop... (not exception-flow-control but panic-flow-control). |
We keep the practice of keeping the compiler up to date, pointing to the latest release. This is done by many other projects in the Rust ecosystem as well. [Release notes](https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1820-2024-10-17). Also update mold. [release notes for 2.34.0](https://github.com/rui314/mold/releases/tag/v2.34.0), [release notes for 2.34.1](https://github.com/rui314/mold/releases/tag/v2.34.1). Prior update was in #8939.
We keep the practice of keeping the compiler up to date, pointing to the latest release. This is done by many other projects in the Rust ecosystem as well.
Release notes.
Prior update was in #8667 and #8518