-
Notifications
You must be signed in to change notification settings - Fork 442
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
Added Rust 1.81.0 #2841
Added Rust 1.81.0 #2841
Conversation
This change is blocked by #2840 |
facc523
to
a6718df
Compare
6715477
to
903223b
Compare
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.
LGTM, but I'd ideally like to merge #2851 and hopefully stop disabling the musl job if possible :)
I'll wait for that to go in and rebase! |
5cad6b9
to
630b53e
Compare
@illicitonion looks like the build is still failing 😞 https://buildkite.com/bazel/rules-rust-rustlang/builds/12063#0191dd06-b0aa-47cc-a03e-73dd0ce45748 |
I started looking - it looks like on macOS we're using 1.81.0 and on linux we're using 1.80.0... Which seems weird... |
Previously we were getting the default version for default toolchains, and the overridden version for overridden toolchains. We always want one consistent version.
I think the commit I just pushed should fix it :) |
|
This reverts commit 8edc22e.
https://blog.rust-lang.org/2024/09/05/Rust-1.81.0.html