Paul Krill
Editor at Large

Rust 1.91 promotes Windows on Arm64 to Tier 1 target

news
Oct 30, 20252 mins

Tier 1 status brings the Rust language project’s highest support guarantees to users of 64-bit Arm systems running Windows.

A rusty crown sits on an anvil.
Credit: AL-art/Shutterstock

The Rust Release Team has released Rust 1.91, an update of the popular memory-safe programming language that promotes Windows on Arm64 platform to a Tier 1 supported target.

Rust 1.91 was announced October 30. Previous users can upgrade by running rustup update stable.

With Rust 1.91, the aarch64-pc-windows-msvc target is promoted to Tier 1 support, bringing the highest guarantees to users of 64-bit Arm systems running Windows, the Rust Release Team said. Tier 1 targets provide the highest support guarantees, with the project’s full test suite run on those platforms for every change merged in the compiler. Prebuilt binaries also are available.

Also in Rust 1.91, the team has added a warn-by-default lint on raw pointers to local variables being returned from functions. Although Rust’s borrow checking prevents dangling references from being returned, it does not track raw pointers.

Rust 1.91 also stabilizes 60 APIs and makes seven previously stable APIs stable in const contexts. The release also stabilizes the build.build-dir config of the Cargo package manager. This config sets the directory where intermediate build artifacts are stored, the Rust Release Team said. These artifacts are produced by Cargo and rustc during the build process.  

Rust 1.91 follows the September 18 release of Rust 1.90. That release offered native support for workspace publishing for Cargo.

The Rust language is positioned as being fast and memory-efficient, with no runtime or garbage collector, and the ability to power performance-critical services and embedded devices.

Paul Krill

Paul Krill is editor at large at InfoWorld. Paul has been covering computer technology as a news and feature reporter for more than 35 years, including 30 years at InfoWorld. He has specialized in coverage of software development tools and technologies since the 1990s, and he continues to lead InfoWorld’s news coverage of software development platforms including Java and .NET and programming languages including JavaScript, TypeScript, PHP, Python, Ruby, Rust, and Go. Long trusted as a reporter who prioritizes accuracy, integrity, and the best interests of readers, Paul is sought out by technology companies and industry organizations who want to reach InfoWorld’s audience of software developers and other information technology professionals. Paul has won a “Best Technology News Coverage” award from IDG.

More from this author