Update universal images with latest Rust versions (1.90 / 1.91)

Resolved 💬 0 comments Opened Nov 1, 2025 by joshka Closed Dec 31, 2025

What feature would you like to see?

Update the available Rust versions / defaults on the universal image when new versions of rust are release (every 6 weeks).

<img width="478" height="121" alt="Image" src="https://github.com/user-attachments/assets/b26932a5-5857-4f6a-a57d-665faf9ba2e2" />

https://blog.rust-lang.org/2025/09/18/Rust-1.90.0/ is the big change that's worth adding here:

The x86_64-unknown-linux-gnu target will now use the LLD linker for linking Rust crates by default. This should result in improved linking performance vs the default Linux linker (BFD), particularly for large binaries, binaries with a lot of debug information, and for incremental rebuilds.

https://blog.rust-lang.org/2025/10/30/Rust-1.91.0/

Additional information

_No response_

View original on GitHub ↗