From e99a5e81443277ff2fa25d4be63db13b57cb3318 Mon Sep 17 00:00:00 2001
From: Nikolay Kim <fafhrd91@gmail.com>
Date: Tue, 30 Jan 2018 15:19:30 -0800
Subject: [PATCH] drop local actix ref

---
 Cargo.toml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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"