Announcing Rust 1.91.0 | Rust Blog

Oct. 30, 2025 · The Rust Release Team

The Rust team is happy to announce a new version of Rust, 1.91.0. Rust is a programming language empowering everyone to build reliable and efficient software.

If you have a previous version of Rust installed via rustup, you can get 1.91.0 with:

$ rustup update stable

If you don’t have it already, you can get rustup from the appropriate page on our website, and check out the detailed release notes for 1.91.0.

If you’d like to help us out by testing future releases, you might consider updating locally to use the beta channel (rustup default beta) or the nightly channel (rustup default nightly). Please report any bugs you might come across!

a wide variety of targets, but
the Rust Team can’t provide the same level of support for all of them. To
clearly mark how supported each target is, we use a tiering system:

  • Tier 3 targets are technically supported by the compiler, but we don’t check
    whether their code build or passes the tests, and we don’t provide any
    prebuilt binaries as part of our releases.
  • Tier 2 targets are guaranteed to build and we provide prebuilt binaries, but
    we don’t execute the test suite on those platforms: the produced binaries
    might not work or might have bugs.
  • Tier 1 targets provide the highest support guarantee, and we run the full
    suite on those platforms for every change merged in the compiler. Prebuilt
    binaries are also available.

Rust 1.91.0 promotes the aarch64-pc-windows-msvc target to Tier 1 support,
bringing our highest guarantees to users of 64-bit ARM systems running Windows.

platform support page for more information on Rust’s tiered platform support.

Rust, Cargo, and Clippy.

Thanks!


元の記事を確認する

関連記事