@@ -70,17 +70,17 @@ These APIs are now stable in const contexts:
7070Cargo
7171-----
7272
73- - [In `.cargo/config.toml`, merge lists in precedence order](https://github.com/rust-lang/cargo/pull/12515/)
74- - [For `cargo update`, clarify meaning of --aggressive as --recursive](https://github.com/rust-lang/cargo/pull/12544/)
75- - [For `cargo update`, make `--package` more convenient by being positional](https://github.com/rust-lang/cargo/pull/12545/)
76- - [Add styling to `--help` output](https://github.com/rust-lang/cargo/pull/12578/)
77- - [Allow version-prefixes in pkgid's (e.g. `--package` flags) to resolve ambiguities](https://github.com/rust-lang/cargo/pull/12614/)
73+ - [In `Cargo.toml`, stabilize `[lints]`](https://github.com/rust-lang/cargo/pull/12648/)
7874- [Stabilize credential-process and registry-auth](https://github.com/rust-lang/cargo/pull/12649/)
79- - [Add '-n' as an alias for `--dry-run`](https://github.com/rust-lang/cargo/pull/12660/)
75+ - [Stabilize `--keep-going` build flag](https://github.com/rust-lang/cargo/pull/12568/)
76+ - [Add styling to `--help` output](https://github.com/rust-lang/cargo/pull/12578/)
8077- [For `cargo clean`, add `--dry-run` flag and summary line at the end](https://github.com/rust-lang/cargo/pull/12638)
78+ - [For `cargo update`, make `--package` more convenient by being positional](https://github.com/rust-lang/cargo/pull/12545/)
79+ - [For `cargo update`, clarify meaning of --aggressive as --recursive](https://github.com/rust-lang/cargo/pull/12544/)
80+ - [Add '-n' as an alias for `--dry-run`](https://github.com/rust-lang/cargo/pull/12660/)
81+ - [Allow version-prefixes in pkgid's (e.g. `--package` flags) to resolve ambiguities](https://github.com/rust-lang/cargo/pull/12614/)
82+ - [In `.cargo/config.toml`, merge lists in precedence order](https://github.com/rust-lang/cargo/pull/12515/)
8183- [Add support for `target.'cfg(..)'.linker`](https://github.com/rust-lang/cargo/pull/12535/)
82- - [Stabilize `--keep-going` build flag](https://github.com/rust-lang/cargo/pull/12568/)
83- - [In `Cargo.toml`, stabilize `[lints]`](https://github.com/rust-lang/cargo/pull/12648/)
8484
8585<a id="1.74.0-Rustdoc"></a>
8686
0 commit comments