Rust 1.94.1 released

Published by

The Rust team has released version 1.94.1 as a maintenance update to address regressions and security issues found in version 1.94.0. This update specifically fixes failures related to thread spawning on WebAssembly targets and removes unstable methods mistakenly exposed on Windows file systems, while also updating the tar library to prevent vulnerabilities during archive extraction. Developers are urged to update immediately via rustup to avoid potential build failures and security warnings. Overall, this release focuses on stability improvements rather than new features, ensuring a smoother experience for users across various platforms



Rust 1.94.1 released

The Rust team just pushed out a maintenance release to patch regressions found in version 1.94.0 before they cause headaches for developers building cross-platform tools. This update resolves specific failures involving thread spawning on WebAssembly targets and removes unstable methods that were accidentally exposed on Windows file systems. Security takes priority here because the Cargo toolchain now includes an updated tar library to prevent archive extraction vulnerabilities that could compromise local builds. Anyone running rustup should run rustup update stable immediately because waiting only invites certificate validation errors or compiler crashes into their workflow.

Rust 1.94.1 released @ Linux Compatible