diff --git a/tools/wsload/Cargo.toml b/tools/wsload/Cargo.toml index 606615a0..ff782817 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="../../" }