Skip to content

Commit 642e0c3

Browse files
committed
docs: Put cargo-add change under nightly
I'm assuming we'll want to beta-backport this.
1 parent 04c94d9 commit 642e0c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@
9494
[#11958](https://github.com/rust-lang/cargo/pull/11958)
9595
- Added `workspace_default_members` to the output of `cargo metadata`.
9696
[#11978](https://github.com/rust-lang/cargo/pull/11978)
97-
- `cargo add` now considers `rust-version` when selecting packages.
98-
[#12078](https://github.com/rust-lang/cargo/pull/12078)
9997
- Automatically inherit workspace fields when running `cargo new`/`cargo init`.
10098
[#12069](https://github.com/rust-lang/cargo/pull/12069)
10199

@@ -173,6 +171,8 @@
173171
[#11981](https://github.com/rust-lang/cargo/pull/11981)
174172
- Added `-Zmsrv-policy` feature flag placeholder.
175173
[#12043](https://github.com/rust-lang/cargo/pull/12043)
174+
- `cargo add` now considers `rust-version` when selecting packages with `-Zmsrv-policy`.
175+
[#12078](https://github.com/rust-lang/cargo/pull/12078)
176176

177177
### Documentation
178178

0 commit comments

Comments
 (0)