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:
parent
aaae368ed9
commit
1c60992723
10
Cargo.toml
10
Cargo.toml
@ -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/" }
|
||||||
|
Loading…
Reference in New Issue
Block a user