From 66144f3a597c3ccdd559dbc56df8e50196296800 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sun, 26 Jun 2022 17:17:43 +0100 Subject: [PATCH] Update CHANGES.md --- actix-web-actors/CHANGES.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/actix-web-actors/CHANGES.md b/actix-web-actors/CHANGES.md index 7c3c3603d..33d4712f8 100644 --- a/actix-web-actors/CHANGES.md +++ b/actix-web-actors/CHANGES.md @@ -2,9 +2,6 @@ ## Unreleased - 2022-xx-xx - Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency. -- Improve crate documentation. [#2788] - -[#2788]: https://github.com/actix/actix-web/pull/2788 ## 4.1.0 - 2022-03-02