1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 19:47:43 +02:00

use released version

This commit is contained in:
Nikolay Kim
2018-12-11 08:28:44 -08:00
parent de66b5c776
commit 331db2eb47
3 changed files with 3 additions and 4 deletions

View File

@ -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"