diff --git a/Cargo.toml b/Cargo.toml index 93f0e1d39..1540fb938 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,8 +78,7 @@ tokio-openssl = { version="0.2", optional = true } [dependencies.actix] #version = "^0.4.6" -#git = "https://github.com/actix/actix.git" -path = "../actix" +git = "https://github.com/actix/actix.git" [dev-dependencies] env_logger = "0.5"