From 331db2eb47d988a5c840b88efc2f6afadfad051f Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Tue, 11 Dec 2018 08:28:44 -0800 Subject: [PATCH] use released version --- actix-connector/Cargo.toml | 3 +-- actix-server/Cargo.toml | 2 +- actix-utils/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/actix-connector/Cargo.toml b/actix-connector/Cargo.toml index 870dc746..3e206a3b 100644 --- a/actix-connector/Cargo.toml +++ b/actix-connector/Cargo.toml @@ -30,10 +30,9 @@ ssl = ["openssl", "tokio-openssl"] [dependencies] actix-service = "0.1.1" actix-codec = "0.1.0" -actix-rt = { path = "../actix-rt" } +actix-rt = "0.1.0" futures = "0.1" tokio-tcp = "0.1" - trust-dns-proto = "^0.5.0" trust-dns-resolver = "^0.10.0" diff --git a/actix-server/Cargo.toml b/actix-server/Cargo.toml index 4f9a0be2..446ee235 100644 --- a/actix-server/Cargo.toml +++ b/actix-server/Cargo.toml @@ -35,7 +35,7 @@ rust-tls = ["rustls", "tokio-rustls", "webpki", "webpki-roots"] [dependencies] actix-service = "0.1.1" -actix-rt = { path = "../actix-rt" } +actix-rt = "0.1.0" log = "0.4" num_cpus = "1.0" diff --git a/actix-utils/Cargo.toml b/actix-utils/Cargo.toml index 94c76ace..f18fe954 100644 --- a/actix-utils/Cargo.toml +++ b/actix-utils/Cargo.toml @@ -21,7 +21,7 @@ path = "src/lib.rs" [dependencies] actix-service = "0.1.1" actix-codec = "0.1.0" -actix-rt = { path = "../actix-rt" } +actix-rt = "0.1.0" # io bytes = "0.4"