From 465b573ecfa2ec1da96e74c2eb933bb10df8fa8d Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 5 Feb 2024 09:47:57 -0600 Subject: [PATCH] docs(changelog): Remove panic entry The fix was backported to 1.77 (#13393) which is when it got introduced (#13172). --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 644866caeb21..c5e3fb2b8a03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,9 +21,6 @@ ### Fixed -- Don't panic on empty spans when parsing Cargo.toml. - [#13375](https://github.com/rust-lang/cargo/pull/13375) - [#13376](https://github.com/rust-lang/cargo/pull/13376) - cargo-run: use Package ID Spec match packages [#13335](https://github.com/rust-lang/cargo/pull/13335)