From 1441355d4f7049faf61595720b409c9449d4e9e4 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Thu, 28 Mar 2019 04:02:39 -0700 Subject: [PATCH] use release --- actix-rt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-rt/Cargo.toml b/actix-rt/Cargo.toml index 1ba6947c..148e3243 100644 --- a/actix-rt/Cargo.toml +++ b/actix-rt/Cargo.toml @@ -18,7 +18,7 @@ name = "actix_rt" path = "src/lib.rs" [dependencies] -actix-threadpool = { path="../actix-threadpool" } +actix-threadpool = "0.1.0" futures = "0.1.25" tokio-current-thread = "0.1" tokio-executor = "0.1.5"