Skip to content

Commit 3c0f22d

Browse files
authored
Rollup merge of #117889 - epage:docs, r=Mark-Simulacrum
docs(release): Clarify cargo entries Trying to make these easier to scan and more understandable out of the context of their PR
2 parents 3644594 + c8330ba commit 3c0f22d

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

RELEASES.md

+10-11
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,17 @@ These APIs are now stable in const contexts:
7171
Cargo
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:
200200
Cargo
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

Comments
 (0)