mirror of https://github.com/fafhrd91/actix-net
update service crate
This commit is contained in:
parent
7ee33efdfd
commit
6ed020565c
actix-test-server
|
@ -34,7 +34,8 @@ rust-tls = ["rustls", "tokio-rustls", "webpki", "webpki-roots"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-rt = "0.1.0"
|
actix-rt = "0.1.0"
|
||||||
actix-server = "0.2.0"
|
#actix-server = "0.2.0"
|
||||||
|
actix-server = { path="../actix-server" }
|
||||||
|
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue