From 5bf4f3be8b60e39eb42e8a4b9001b1890469f74a Mon Sep 17 00:00:00 2001 From: Glade Miller Date: Tue, 6 Mar 2018 15:43:56 -0700 Subject: [PATCH] Actix dependency needs to be updated to master --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"