From 38235c14bb15cd138c50d0197e27e357efb9a244 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Thu, 8 Nov 2018 09:16:40 -0800 Subject: [PATCH] update changes --- CHANGES.md | 18 ++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d71733cc..23476c88 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,23 @@ # Changes +## [0.2.0] - 2018-11-08 + +### Added + +* Timeout service + +* Added ServiceConfig and ServiceRuntime for server service configuration + + +### Changed + +* Connector has been refactored + +* timer and LowResTimer renamed to time and LowResTime + +* Refactored `Server::configure()` method + + ## [0.1.1] - 2018-10-10 ### Changed diff --git a/Cargo.toml b/Cargo.toml index aeba3e31..82883e23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ rust-tls = ["rustls", "tokio-rustls", "webpki", "webpki-roots"] cell = [] [dependencies] -actix = "^0.7.5" +actix = "0.7.5" log = "0.4" num_cpus = "1.0"