File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 246
246
- ❗️ Cargo now bails out when using ` cargo:: ` in custom build scripts. This is
247
247
a preparation for an upcoming change in build script invocations.
248
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 )
249
253
- Make Cargo ` --help ` easier to browse.
250
254
[ #11905 ] ( https://github.com/rust-lang/cargo/pull/11905 )
251
255
- Prompt the use of ` --nocapture ` flag if ` cargo test ` process is terminated via a signal.
You can’t perform that action at this time.
0 commit comments