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"