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

fix examples

This commit is contained in:
Nikolay Kim
2018-12-11 08:20:19 -08:00
parent 4adbbad450
commit de66b5c776
6 changed files with 20 additions and 28 deletions

View File

@ -20,15 +20,10 @@ path = "src/lib.rs"
[dependencies]
actix-service = "0.1.1"
actix-codec = { path = "../actix-codec" }
actix-codec = "0.1.0"
actix-rt = { path = "../actix-rt" }
# io
bytes = "0.4"
futures = "0.1"
tokio-timer = "0.2.8"
[profile.release]
lto = true
opt-level = 3
codegen-units = 1