diff --git a/actix-server/CHANGES.md b/actix-server/CHANGES.md index e119168b..3158a6fb 100644 --- a/actix-server/CHANGES.md +++ b/actix-server/CHANGES.md @@ -1,17 +1,18 @@ # Changes -## [0.5.0] - 2019-05-11 +## [0.5.0] - 2019-05-12 ### Added * Add `Debug` impl for `SslError` -* Derive debug for Server and ServerCommand +* Derive debug for `Server` and `ServerCommand` ### Changed * Upgrade to actix-service 0.4 + ## [0.4.3] - 2019-04-16 ### Added diff --git a/actix-server/Cargo.toml b/actix-server/Cargo.toml index 68c6a810..e3171e61 100644 --- a/actix-server/Cargo.toml +++ b/actix-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-server" -version = "0.4.3" +version = "0.5.0" authors = ["Nikolay Kim "] description = "Actix server - General purpose tcp server" keywords = ["network", "framework", "async", "futures"] @@ -34,7 +34,7 @@ rust-tls = ["rustls", "tokio-rustls", "webpki", "webpki-roots", "actix-server-co [dependencies] actix-rt = "0.2.1" -actix-service = "0.3.4" +actix-service = "0.4.0" actix-server-config = "0.1.1" log = "0.4"