diff --git a/Cargo.toml b/Cargo.toml index eeca59366..147f5d27c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ openssl = { version="0.10", optional = true } tokio-openssl = { version="0.2", optional = true } [dependencies.actix] -version = "^0.5.1" +git = "https://github.com/actix/actix.git" [dev-dependencies] env_logger = "0.5"