From 9e044e144baa7d99a7210b0afe3a20b3e00a8f85 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Tue, 8 Apr 2025 09:58:15 +0200 Subject: [PATCH] changelog: fix release date of v1.43.1 (#7246) --- tokio/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio/CHANGELOG.md b/tokio/CHANGELOG.md index 0fbe122c3..807d007fe 100644 --- a/tokio/CHANGELOG.md +++ b/tokio/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.43.1 (April 2nd, 2025) +# 1.43.1 (April 5th, 2025) This release fixes a soundness issue in the broadcast channel. The channel accepts values that are `Send` but `!Sync`. Previously, the channel called