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....
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....
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