From 95c245ef19698e2b61adf87557bac041d0906a54 Mon Sep 17 00:00:00 2001 From: Mari Date: Tue, 15 Mar 2022 14:57:28 +0100 Subject: [PATCH] Fix typo on changelog for actix-http --- actix-http/CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index 33d331ccd..50a4147ca 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -2,7 +2,7 @@ ## Unreleased - 2021-xx-xx ### Dependencies -- Updated `zstd` to 0.11 [#2694]s +- Updated `zstd` to 0.11 [#2694] ## 3.0.4 - 2022-03-09 ### Fixed