1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-01-18 18:51:49 +01:00

prepare actix-connector release

This commit is contained in:
Nikolay Kim 2019-02-01 20:06:53 -08:00
parent 8d62ac4b2f
commit 94a0da3659
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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"