From 5345230ff268f69cf5355433f2f81c290c09c364 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Mon, 19 Sep 2022 18:44:31 +0100 Subject: [PATCH] Update CHANGES.md --- actix-router/CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/actix-router/CHANGES.md b/actix-router/CHANGES.md index fd2689349..45db615e8 100644 --- a/actix-router/CHANGES.md +++ b/actix-router/CHANGES.md @@ -4,6 +4,8 @@ - Fix typo in error string in `Deserializer::deserialize_i32` implementation for `Value`. [#2876] - Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency. +[#2876]: https://github.com/actix/actix-web/pull/2876 + ## 0.5.0 - 2022-02-22 ### Added