1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 16:02:59 +01:00

use released crates

This commit is contained in:
Nikolay Kim 2018-12-11 09:29:12 -08:00
parent aaae368ed9
commit 1c60992723

View File

@ -38,11 +38,11 @@ ssl = ["openssl", "actix-connector/ssl"]
[dependencies] [dependencies]
actix-service = "0.1.1" actix-service = "0.1.1"
actix-codec = { git="https://github.com/actix/actix-net.git" } actix-codec = "0.1.0"
actix-connector = { git="https://github.com/actix/actix-net.git" } actix-connector = "0.1.0"
actix-rt = { git="https://github.com/actix/actix-net.git" } actix-rt = "0.1.0"
actix-server = { git="https://github.com/actix/actix-net.git" } actix-server = "0.1.0"
actix-utils = { git="https://github.com/actix/actix-net.git" } actix-utils = "0.1.0"
# actix-codec = { path="../actix-net/actix-codec/" } # actix-codec = { path="../actix-net/actix-codec/" }
# actix-connector = { path="../actix-net/actix-connector/" } # actix-connector = { path="../actix-net/actix-connector/" }