From 2aad0604dac0540c60d8b4ebba1d91c24bd1f514 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 13 Nov 2023 08:20:05 -0600 Subject: [PATCH] docs(release): Add missing cargo-clean change --- RELEASES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASES.md b/RELEASES.md index b3a40bdaeb4..ea0637062a8 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -77,6 +77,7 @@ Cargo - [feat(pkgid): Allow incomplete versions when unambigious](https://github.com/rust-lang/cargo/pull/12614/) - [feat: 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/) +- [Added `--dry-run` flag and summary line at the end for `cargo clean`](https://github.com/rust-lang/cargo/pull/12638) - [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/) - [feat: Stabilize lints](https://github.com/rust-lang/cargo/pull/12648/)