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

add InOrder service

This commit is contained in:
Nikolay Kim
2019-02-03 14:05:13 -08:00
parent 0063a26aab
commit 4be025926c
6 changed files with 253 additions and 30 deletions

View File

@ -18,7 +18,7 @@ name = "actix_utils"
path = "src/lib.rs"
[dependencies]
actix-service = "0.2.0"
actix-service = "0.2.1"
actix-codec = "0.1.0"
bytes = "0.4"
futures = "0.1"
@ -28,6 +28,3 @@ log = "0.4"
[dev-dependencies]
actix-rt = "0.1"
[patch.crates-io]
actix-service = { git = "https://github.com/actix/actix-net.git" }