From 642e0c38db8780be4dbe1273e78acf98158df237 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 10 Jul 2023 15:13:15 -0500 Subject: [PATCH] docs: Put cargo-add change under nightly I'm assuming we'll want to beta-backport this. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0784b263898..b4e7cf3593b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -94,8 +94,6 @@ [#11958](https://github.com/rust-lang/cargo/pull/11958) - Added `workspace_default_members` to the output of `cargo metadata`. [#11978](https://github.com/rust-lang/cargo/pull/11978) -- `cargo add` now considers `rust-version` when selecting packages. - [#12078](https://github.com/rust-lang/cargo/pull/12078) - Automatically inherit workspace fields when running `cargo new`/`cargo init`. [#12069](https://github.com/rust-lang/cargo/pull/12069) @@ -173,6 +171,8 @@ [#11981](https://github.com/rust-lang/cargo/pull/11981) - Added `-Zmsrv-policy` feature flag placeholder. [#12043](https://github.com/rust-lang/cargo/pull/12043) +- `cargo add` now considers `rust-version` when selecting packages with `-Zmsrv-policy`. + [#12078](https://github.com/rust-lang/cargo/pull/12078) ### Documentation