
























The Rust team has published a new point release of Rust, 1.94.1. Rust is a programming language that is empowering everyone to build reliable and efficient software.
If you have a previous version of Rust installed via rustup, getting Rust 1.94.1 is as easy as:
rustup update stable
If you don't have it already, you can get rustup from the appropriate page on our website.
Rust 1.94.1 resolves three regressions that were introduced in the 1.94.0 release.
std::thread::spawn on wasm32-wasip1-threadsstd::os::windows::fs::OpenOptionsExt
The new methods were unstable, but the trait itself is not sealed and so
cannot be extended with non-default methods.match_same_armsAnd a security fix:
Many people came together to create Rust 1.94.1. We couldn't have done it without all of you. Thanks!
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。