From e3155957a8db7ac8e2f429508da9459455a8e7ba Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Fri, 4 Oct 2019 17:36:23 +0900 Subject: [PATCH] Prepare actix-server release (#55) --- actix-server/CHANGES.md | 2 +- actix-server/Cargo.toml | 2 +- actix-testing/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/actix-server/CHANGES.md b/actix-server/CHANGES.md index c317b56d..1b3aa478 100644 --- a/actix-server/CHANGES.md +++ b/actix-server/CHANGES.md @@ -1,6 +1,6 @@ # Changes -## Next +## [0.7.0] - 2019-10-04 ### Changed diff --git a/actix-server/Cargo.toml b/actix-server/Cargo.toml index 5420b140..3720b887 100644 --- a/actix-server/Cargo.toml +++ b/actix-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-server" -version = "0.6.1" +version = "0.7.0" authors = ["Nikolay Kim "] description = "Actix server - General purpose tcp server" keywords = ["network", "framework", "async", "futures"] diff --git a/actix-testing/Cargo.toml b/actix-testing/Cargo.toml index 10d42edc..b11e6455 100644 --- a/actix-testing/Cargo.toml +++ b/actix-testing/Cargo.toml @@ -18,7 +18,7 @@ path = "src/lib.rs" [dependencies] actix-rt = "0.2.1" -actix-server = "0.6.0" +actix-server = "0.7.0" actix-server-config = "0.2.0" actix-service = "0.4.0"