From 762f7545f52fd217c5d55bdbb7c7a2d07081df7f Mon Sep 17 00:00:00 2001 From: Torin Cooper-Bennun <40573959+tcbennun@users.noreply.github.com> Date: Thu, 15 Sep 2022 20:53:32 +0100 Subject: [PATCH] update actix-router changelog for #2876 --- actix-router/CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/actix-router/CHANGES.md b/actix-router/CHANGES.md index ec4676ea3..fd2689349 100644 --- a/actix-router/CHANGES.md +++ b/actix-router/CHANGES.md @@ -1,6 +1,7 @@ # Changes ## Unreleased - 2022-xx-xx +- 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.