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