From 94a0da365951e6a2b2ba0f8f6e9564f645efaad0 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Fri, 1 Feb 2019 20:06:53 -0800 Subject: [PATCH] prepare actix-connector release --- actix-connector/CHANGES.md | 4 ++-- actix-connector/Cargo.toml | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/actix-connector/CHANGES.md b/actix-connector/CHANGES.md index 0c6ec946..d53fd804 100644 --- a/actix-connector/CHANGES.md +++ b/actix-connector/CHANGES.md @@ -1,6 +1,6 @@ # Changes -## [0.2.0] - 2019-01-xx +## [0.2.0] - 2019-02-01 ### Changes @@ -8,7 +8,7 @@ * Upgrade trust-dns-resolver -* Use tokio-current-thread instead of diract actix-rt dipendency +* Use tokio-current-thread instead of direct actix-rt dipendency ## [0.1.1] - 2019-01-13 diff --git a/actix-connector/Cargo.toml b/actix-connector/Cargo.toml index 148d640a..9786585d 100644 --- a/actix-connector/Cargo.toml +++ b/actix-connector/Cargo.toml @@ -27,8 +27,7 @@ default = [] ssl = ["openssl", "tokio-openssl"] [dependencies] -#actix-service = "0.1.6" -actix-service = { path="../actix-service" } +actix-service = "0.2.0" actix-codec = "0.1.0" futures = "0.1" tokio-tcp = "0.1"