From 436a16a2c80acf94cb4f27d13ad71500e41131d1 Mon Sep 17 00:00:00 2001 From: messense Date: Wed, 7 Mar 2018 19:26:23 +0800 Subject: [PATCH] Use actix from crates.io in tools/wsload --- tools/wsload/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/wsload/Cargo.toml b/tools/wsload/Cargo.toml index 606615a0b..ff782817c 100644 --- a/tools/wsload/Cargo.toml +++ b/tools/wsload/Cargo.toml @@ -17,5 +17,5 @@ rand = "0.4" time = "*" num_cpus = "1" tokio-core = "0.1" -actix = { git = "https://github.com/actix/actix.git" } +actix = "0.5" actix-web = { path="../../" }