Announcing Rust 1.71.0 | Rust Blog

The Rust team is happy to announce a new version of Rust, 1.71.0. Rust is a programming language empowering everyone to build reliable and efficient software....

https://blog.rust-lang.org/2023/07/13/Rust-1.71.0.html

Announcing Rust 1.71.0 | Rust Blog

Empowering everyone to build reliable and efficient software.

This feature sounds useful hachyderm.io/@epage/110707292330840528
Ed Page (@[email protected])

One particular change for #rustlang 1.71.0 I feel deserves being called out: > Automatically inherit workspace fields when running `cargo new`/`cargo init`. #12069 (https://github.com/rust-lang/cargo/pull/12069) So if you use `workspace.package`, `cargo new` will automatically add `package.<field>.workspace = true` for you. See https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-171-2023-07-13

Hachyderm.io