@@ -71,17 +71,17 @@ These APIs are now stable in const contexts:
7171Cargo
7272-----
7373
74- - [fix: Set MSRV for internal packages](https://github.com/rust-lang/cargo/pull/12381/)
75- - [config: merge lists in precedence order](https://github.com/rust-lang/cargo/pull/12515/)
76- - [fix(update): Clarify meaning of --aggressive as --recursive](https://github.com/rust-lang/cargo/pull/12544/)
77- - [fix(update): Make `-p` more convenient by being positional](https://github.com/rust-lang/cargo/pull/12545/)
78- - [feat(help): Add styling to help output ](https://github.com/rust-lang/cargo/pull/12578/)
79- - [feat(pkgid): Allow incomplete versions when unambigious](https://github.com/rust-lang/cargo/pull/12614/)
80- - [feat: stabilize credential-process and registry-auth](https://github.com/rust-lang/cargo/pull/12649/)
81- - [feat(cli): Add '-n' to dry-run](https://github.com/rust-lang/cargo/pull/12660/)
74+ - [In `Cargo.toml`, stabilize `[lints]`](https://github.com/rust-lang/cargo/pull/12648/)
75+ - [Stabilize credential-process and registry-auth](https://github.com/rust-lang/cargo/pull/12649/)
76+ - [Stabilize `--keep-going` build flag](https://github.com/rust-lang/cargo/pull/12568/)
77+ - [Add styling to `--help` output](https://github.com/rust-lang/cargo/pull/12578/)
78+ - [For `cargo clean`, add `--dry-run` flag and summary line at the end](https://github.com/rust-lang/cargo/pull/12638)
79+ - [For `cargo update`, make `--package` more convenient by being positional](https://github.com/rust-lang/cargo/pull/12545/)
80+ - [For `cargo update`, clarify meaning of --aggressive as --recursive](https://github.com/rust-lang/cargo/pull/12544/)
81+ - [Add '-n' as an alias for `--dry-run`](https://github.com/rust-lang/cargo/pull/12660/)
82+ - [Allow version-prefixes in pkgid's (e.g. `--package` flags) to resolve ambiguities](https://github.com/rust-lang/cargo/pull/12614/)
83+ - [In `.cargo/config.toml`, merge lists in precedence order](https://github.com/rust-lang/cargo/pull/12515/)
8284- [Add support for `target.'cfg(..)'.linker`](https://github.com/rust-lang/cargo/pull/12535/)
83- - [Stabilize `--keep-going`](https://github.com/rust-lang/cargo/pull/12568/)
84- - [feat: Stabilize lints](https://github.com/rust-lang/cargo/pull/12648/)
8585
8686<a id="1.74.0-Rustdoc"></a>
8787
@@ -200,7 +200,6 @@ These APIs are now stable in const contexts:
200200Cargo
201201-----
202202
203- - [Encode URL params correctly for `SourceId` in `Cargo.lock`.](https://github.com/rust-lang/cargo/pull/12280/)
204203- [Bail out an error when using `cargo::` in custom build script.](https://github.com/rust-lang/cargo/pull/12332/)
205204
206205<a id="1.73.0-Misc"></a>
0 commit comments