From 6ed020565c9baaf501ccb007a514304eb3c02e97 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Fri, 22 Feb 2019 18:31:25 -0800 Subject: [PATCH] update service crate --- actix-test-server/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/actix-test-server/Cargo.toml b/actix-test-server/Cargo.toml index 63d968db..0ae2c5f3 100644 --- a/actix-test-server/Cargo.toml +++ b/actix-test-server/Cargo.toml @@ -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"