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

fix error handling

This commit is contained in:
Nikolay Kim
2018-12-26 11:50:07 -08:00
parent 48a1c7320c
commit 112a7b6b1b
3 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "actix-utils"
version = "0.1.0"
version = "0.1.1"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix utils - various actix net related services"
keywords = ["network", "framework", "async", "futures"]
@ -18,7 +18,7 @@ name = "actix_utils"
path = "src/lib.rs"
[dependencies]
actix-service = "0.1.1"
actix-service = "0.1.2"
actix-codec = "0.1.0"
actix-rt = "0.1.0"
bytes = "0.4"