From cc7d451c36f3671196034afb2c921d19dbd5ad93 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 13 Nov 2023 08:13:51 -0600 Subject: [PATCH] docs(release): Remove cargo-as-a-lib change --- RELEASES.md | 1 - 1 file changed, 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 3b764fd773b..b3a40bdaeb4 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -70,7 +70,6 @@ These APIs are now stable in const contexts: Cargo ----- -- [fix: Set MSRV for internal packages](https://github.com/rust-lang/cargo/pull/12381/) - [config: 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/) - [fix(update): Make `-p` more convenient by being positional](https://github.com/rust-lang/cargo/pull/12545/)