From 8590eca7f83cf835b458c7e57d6f6ccffc8a58f4 Mon Sep 17 00:00:00 2001 From: David Wood Date: Mon, 5 Feb 2018 18:21:42 +0000 Subject: [PATCH] Started pinning Actix commit in Cargo.toml between releases. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 1540fb938..0f8c3fe3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,6 +79,7 @@ tokio-openssl = { version="0.2", optional = true } [dependencies.actix] #version = "^0.4.6" git = "https://github.com/actix/actix.git" +rev = "136fd07" [dev-dependencies] env_logger = "0.5"