We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo login -- <arg>
1 parent c857ebb commit edfd903Copy full SHA for edfd903
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