-
Notifications
You must be signed in to change notification settings - Fork 453
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.80.0 #8518
Update Rust to 1.80.0 #8518
Conversation
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/releases/tag/1.80.0). Prior update was in #8048
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also update a Dockerfile for build-tools
image?
Line 195 in bea0468
ENV RUSTC_VERSION=1.79.0 |
hmm legit error link:
according to this, it's a known breakage and it's recommended to update the time crate. The latest edit: it seems to affect unrelated PRs as well, as we always take the latest stable rust release in that dockerfile: https://github.com/neondatabase/neon/blob/main/Dockerfile.compute-node#L658-L659 |
3132 tests run: 3011 passed, 0 failed, 121 skipped (full report)Code coverage* (full report)
* collected from Rust tests only The comment gets automatically updated with the latest test results
7184e55 at 2024-07-25T22:53:08.817Z :recycle: |
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-1810-2024-09-05). Prior update was in #8667 and #8518
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 #8048