Skip to content

Commit

Permalink
Auto merge of #12830 - weihanglo:compat-notice, r=epage
Browse files Browse the repository at this point in the history
changelog: add compat notice for `cargo login -- <arg>`
  • Loading branch information
bors committed Oct 16, 2023
2 parents c857ebb + edfd903 commit 87f4b1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -246,6 +246,10 @@
- ❗️ Cargo now bails out when using `cargo::` in custom build scripts. This is
a preparation for an upcoming change in build script invocations.
[#12332](https://github.com/rust-lang/cargo/pull/12332)
- ❗️ `cargo login` no longer accept any token after the `--` syntax.
Arguments after `--` are now reserved in the preparation of the new credential provider feature.
This introduces a regression that overlooks the `cargo login -- <token>` support in preivous versions.
[#12499](https://github.com/rust-lang/cargo/pull/12499)
- Make Cargo `--help` easier to browse.
[#11905](https://github.com/rust-lang/cargo/pull/11905)
- Prompt the use of `--nocapture` flag if `cargo test` process is terminated via a signal.
Expand Down

0 comments on commit 87f4b1b

Please sign in to comment.