We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c857ebb + edfd903 commit 87f4b1bCopy full SHA for 87f4b1b
CHANGELOG.md
@@ -246,6 +246,10 @@
246
- ❗️ Cargo now bails out when using `cargo::` in custom build scripts. This is
247
a preparation for an upcoming change in build script invocations.
248
[#12332](https://github.com/rust-lang/cargo/pull/12332)
249
+- ❗️ `cargo login` no longer accept any token after the `--` syntax.
250
+ Arguments after `--` are now reserved in the preparation of the new credential provider feature.
251
+ This introduces a regression that overlooks the `cargo login -- <token>` support in preivous versions.
252
+ [#12499](https://github.com/rust-lang/cargo/pull/12499)
253
- Make Cargo `--help` easier to browse.
254
[#11905](https://github.com/rust-lang/cargo/pull/11905)
255
- Prompt the use of `--nocapture` flag if `cargo test` process is terminated via a signal.
0 commit comments