mirror of https://github.com/rust-lang/rust.git
docs(release): Clarify cargo line items
This commit is contained in:
parent
2aad0604da
commit
40e8a43a42
20
RELEASES.md
20
RELEASES.md
|
@ -70,17 +70,17 @@ These APIs are now stable in const contexts:
|
||||||
Cargo
|
Cargo
|
||||||
-----
|
-----
|
||||||
|
|
||||||
- [config: merge lists in precedence order](https://github.com/rust-lang/cargo/pull/12515/)
|
- [In `.cargo/config.toml`, merge lists in precedence order](https://github.com/rust-lang/cargo/pull/12515/)
|
||||||
- [fix(update): Clarify meaning of --aggressive as --recursive](https://github.com/rust-lang/cargo/pull/12544/)
|
- [For `cargo update`, clarify meaning of --aggressive as --recursive](https://github.com/rust-lang/cargo/pull/12544/)
|
||||||
- [fix(update): Make `-p` more convenient by being positional](https://github.com/rust-lang/cargo/pull/12545/)
|
- [For `cargo update`, make `--package` more convenient by being positional](https://github.com/rust-lang/cargo/pull/12545/)
|
||||||
- [feat(help): Add styling to help output ](https://github.com/rust-lang/cargo/pull/12578/)
|
- [Add styling to `--help` output](https://github.com/rust-lang/cargo/pull/12578/)
|
||||||
- [feat(pkgid): Allow incomplete versions when unambigious](https://github.com/rust-lang/cargo/pull/12614/)
|
- [Allow version-prefixes in pkgid's (e.g. `--package` flags) to resolve ambiguities](https://github.com/rust-lang/cargo/pull/12614/)
|
||||||
- [feat: stabilize credential-process and registry-auth](https://github.com/rust-lang/cargo/pull/12649/)
|
- [Stabilize credential-process and registry-auth](https://github.com/rust-lang/cargo/pull/12649/)
|
||||||
- [feat(cli): Add '-n' to dry-run](https://github.com/rust-lang/cargo/pull/12660/)
|
- [Add '-n' as an alias for `--dry-run`](https://github.com/rust-lang/cargo/pull/12660/)
|
||||||
- [Added `--dry-run` flag and summary line at the end for `cargo clean`](https://github.com/rust-lang/cargo/pull/12638)
|
- [For `cargo clean`, add `--dry-run` flag and summary line at the end](https://github.com/rust-lang/cargo/pull/12638)
|
||||||
- [Add support for `target.'cfg(..)'.linker`](https://github.com/rust-lang/cargo/pull/12535/)
|
- [Add support for `target.'cfg(..)'.linker`](https://github.com/rust-lang/cargo/pull/12535/)
|
||||||
- [Stabilize `--keep-going`](https://github.com/rust-lang/cargo/pull/12568/)
|
- [Stabilize `--keep-going` build flag](https://github.com/rust-lang/cargo/pull/12568/)
|
||||||
- [feat: Stabilize lints](https://github.com/rust-lang/cargo/pull/12648/)
|
- [In `Cargo.toml`, stabilize `[lints]`](https://github.com/rust-lang/cargo/pull/12648/)
|
||||||
|
|
||||||
<a id="1.74.0-Rustdoc"></a>
|
<a id="1.74.0-Rustdoc"></a>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue