From 48fa78e1827c725b03d8ed028b90693034a0f0bb Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Thu, 21 May 2020 15:22:07 +0900 Subject: [PATCH] http: Bump up to 2.0.0-alpha.4 --- actix-http/CHANGES.md | 2 +- actix-http/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index 636c9e33..c19e40e4 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -1,6 +1,6 @@ # Changes -## [Unreleased] +## [2.0.0-alpha.4] - 2020-05-21 ### Changed diff --git a/actix-http/Cargo.toml b/actix-http/Cargo.toml index 3ddc5181..573fcf1e 100644 --- a/actix-http/Cargo.toml +++ b/actix-http/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-http" -version = "2.0.0-alpha.3" +version = "2.0.0-alpha.4" authors = ["Nikolay Kim "] description = "Actix http primitives" readme = "README.md"