about summary refs log tree commit diff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorEd Page <eopage@gmail.com>2023-07-17 21:53:19 -0500
committerEd Page <eopage@gmail.com>2023-07-17 21:53:19 -0500
commit2779d1531717e97020a444ed04a957d074a91013 (patch)
tree2ae25652ea164ef3782c4a23e15f3baa603737c4 /RELEASES.md
parent745efcc7d9b59d31674bf9445269924377019c5c (diff)
downloadrust-2779d1531717e97020a444ed04a957d074a91013.tar.gz
rust-2779d1531717e97020a444ed04a957d074a91013.zip
docs(release): Remove nightly-only cargo item
See rust-lang/cargo#12343
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 3205b02e5c4..e8c79c573f9 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/)
 
 <a id="1.71.0-Rustdoc"></a>