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

Add Display impl for TimeoutError

This commit is contained in:
Nikolay Kim
2019-02-11 08:34:57 -08:00
parent e354c6df92
commit b8f9bf4bc8
3 changed files with 17 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "actix-utils"
version = "0.2.1"
version = "0.2.2"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix utils - various actix net related services"
keywords = ["network", "framework", "async", "futures"]