Announcing Rust 1960 ((full))

If you have a previous version of Rust installed via rustup , you can upgrade to 19.60 immediately by running: $ rustup update stable Use code with caution.

One of the most notable additions is the stabilization of . Developers can now generate detailed code coverage reports directly through rustc by using the -C instrument-coverage flag. announcing rust 1960

Previously, managing optional dependencies often led to verbose features lists and "feature hijacking." The new system allows developers to create features that specifically enable dependencies without manually linking them in top-level features lists. If you have a previous version of Rust

An immense thank you to the hundreds of individuals who contributed to this release. Whether you wrote code, updated documentation, filed bug reports, or reviewed pull requests, you helped make the Rust ecosystem safer and more robust. : A new method for all integer types

: A new method for all integer types to calculate the absolute difference without worrying about underflow.

If you don't have it installed yet, you can get rustup from the official website. Let's dive into what's new in this release. What's in 1.96.0 Stable