From 2779d1531717e97020a444ed04a957d074a91013 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 17 Jul 2023 21:53:19 -0500 Subject: [PATCH] docs(release): Remove nightly-only cargo item See rust-lang/cargo#12343 --- RELEASES.md | 1 - 1 file changed, 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 3205b02e5c452..e8c79c573f976 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -92,7 +92,6 @@ Cargo ----- - [Allow named debuginfo options in `Cargo.toml`.](/~https://github.com/rust-lang/cargo/pull/11958/) - [Add `workspace_default_members` to the output of `cargo metadata`.](/~https://github.com/rust-lang/cargo/pull/11978/) -- [`cargo add` now considers `rust-version` when selecting packages.](/~https://github.com/rust-lang/cargo/pull/12078/) - [Automatically inherit workspace fields when running `cargo new`/`cargo init`.](/~https://github.com/rust-lang/cargo/pull/12069/)