From 01fe6afc63be121d958ef65f8019386af4f18332 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Mon, 25 May 2020 16:43:25 +0900 Subject: [PATCH] framed: Bump up to 0.4.0-alpha.1 --- actix-framed/Cargo.toml | 2 +- actix-framed/changes.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/actix-framed/Cargo.toml b/actix-framed/Cargo.toml index 494dd6f42..305ce89af 100644 --- a/actix-framed/Cargo.toml +++ b/actix-framed/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-framed" -version = "0.3.0" +version = "0.4.0-alpha.1" authors = ["Nikolay Kim "] description = "Actix framed app server" readme = "README.md" diff --git a/actix-framed/changes.md b/actix-framed/changes.md index 1c5d31fa2..fbb698ef6 100644 --- a/actix-framed/changes.md +++ b/actix-framed/changes.md @@ -1,8 +1,10 @@ # Changes -## [Unreleased] - 2020-xx-xx +## [0.4.0-alpha.1] - 2020-05-25 +* Update `actix-http` to 2.0.0-alpha.4 * Bump minimum supported Rust version to 1.40 +* Minimize `futures` dependency ## [0.3.0] - 2019-12-25