@@ -71,17 +71,17 @@ These APIs are now stable in const contexts:
71
71
Cargo
72
72
-----
73
73
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/)
82
84
- [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/)
85
85
86
86
<a id="1.74.0-Rustdoc"></a>
87
87
@@ -200,7 +200,6 @@ These APIs are now stable in const contexts:
200
200
Cargo
201
201
-----
202
202
203
- - [Encode URL params correctly for `SourceId` in `Cargo.lock`.](https://github.com/rust-lang/cargo/pull/12280/)
204
203
- [Bail out an error when using `cargo::` in custom build script.](https://github.com/rust-lang/cargo/pull/12332/)
205
204
206
205
<a id="1.73.0-Misc"></a>
0 commit comments