1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-24 00:01:11 +01:00

prepare actix-server release

This commit is contained in:
Nikolay Kim 2019-02-01 20:03:31 -08:00
parent 442163690e
commit 8d62ac4b2f
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changes
## [0.2.0] - 2019-02-xx
## [0.2.0] - 2019-02-01
## Changes

View File

@ -33,8 +33,7 @@ ssl = ["openssl", "tokio-openssl"]
rust-tls = ["rustls", "tokio-rustls", "webpki", "webpki-roots"]
[dependencies]
#actix-service = "0.2.0"
actix-service = { path="../actix-service" }
actix-service = "0.2.0"
actix-rt = "0.1.0"
log = "0.4"