Announcing Rust 1.93.0
A lot of great Stabilized APIs!
The Rust team has announced the release of Rust 1.93.0, a programming language focused on building reliable and efficient software. Key updates include the upgrade of musl targets to version 1.2.5, which improves DNS resolver reliability for static musl builds. Rust 1.93.0 also allows global allocators to use thread-local storage without re-entrancy concerns, and introduces the ability to apply cfg attributes to individual statements within asm! blocks. Additionally, several APIs have been stabilized, and various other changes have been made to Rust, Cargo, and Clippy.
0 Comments