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"