bazelbuild / rules_rust

Rust rules for Bazel
https://bazelbuild.github.io/rules_rust/
Apache License 2.0
670 stars 432 forks source link

Added Rust 1.81.0 #2841

Closed UebelAndre closed 2 months ago

UebelAndre commented 2 months ago

https://blog.rust-lang.org/2024/09/05/Rust-1.81.0.html

UebelAndre commented 2 months ago

This change is blocked by https://github.com/bazelbuild/rules_rust/pull/2840

UebelAndre commented 2 months ago

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!

UebelAndre commented 2 months ago

@illicitonion looks like the build is still failing 😞

https://buildkite.com/bazel/rules-rust-rustlang/builds/12063#0191dd06-b0aa-47cc-a03e-73dd0ce45748

illicitonion commented 2 months ago

@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...

illicitonion commented 2 months ago

I think the commit I just pushed should fix it :)

UebelAndre commented 2 months ago

I think the commit I just pushed should fix it :)

~Seems like it! Sweet but super weird too!~ I lied, I'm finding out now!