update service crate

This commit is contained in:
Nikolay Kim 2019-02-22 18:31:25 -08:00
parent 7ee33efdfd
commit 6ed020565c
1 changed files with 2 additions and 1 deletions

View File

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