Skip to content

Commit 331db2e

Browse files
committed
use released version
1 parent de66b5c commit 331db2e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

actix-connector/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ ssl = ["openssl", "tokio-openssl"]
3030
[dependencies]
3131
actix-service = "0.1.1"
3232
actix-codec = "0.1.0"
33-
actix-rt = { path = "../actix-rt" }
33+
actix-rt = "0.1.0"
3434
futures = "0.1"
3535
tokio-tcp = "0.1"
36-
3736
trust-dns-proto = "^0.5.0"
3837
trust-dns-resolver = "^0.10.0"
3938

actix-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ rust-tls = ["rustls", "tokio-rustls", "webpki", "webpki-roots"]
3535

3636
[dependencies]
3737
actix-service = "0.1.1"
38-
actix-rt = { path = "../actix-rt" }
38+
actix-rt = "0.1.0"
3939

4040
log = "0.4"
4141
num_cpus = "1.0"

actix-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ path = "src/lib.rs"
2121
[dependencies]
2222
actix-service = "0.1.1"
2323
actix-codec = "0.1.0"
24-
actix-rt = { path = "../actix-rt" }
24+
actix-rt = "0.1.0"
2525

2626
# io
2727
bytes = "0.4"

0 commit comments

Comments
 (0)