Skip to content

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

@joshka

Description

@joshka

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

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions