From 0dda4b06ea30ea202758eae584867154ed9da02b Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sat, 18 May 2019 10:49:59 -0700 Subject: [PATCH] prepare release --- CHANGES.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e2aab249e..85e635365 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Changes -## [1.0.0-rc] - 2019-05-xx +## [1.0.0-rc] - 2019-05-18 ### Add diff --git a/Cargo.toml b/Cargo.toml index 74022c512..f52a492a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ actix-service = "0.4.0" actix-utils = "0.4.1" actix-router = "0.1.5" actix-rt = "0.2.2" -actix-web-codegen = "0.1.0-beta.1" +actix-web-codegen = "0.1.0" actix-http = "0.2.0" actix-server = "0.5.0" actix-server-config = "0.1.1"