Skip to content

Commit

Permalink
docs: Put cargo-add change under nightly
Browse files Browse the repository at this point in the history
I'm assuming we'll want to beta-backport this.
  • Loading branch information
epage committed Jul 10, 2023
1 parent 04c94d9 commit 642e0c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 642e0c3

Please sign in to comment.