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

add BoxedNewService and BoxedService

This commit is contained in:
Nikolay Kim
2019-02-21 10:41:39 -08:00
parent 3d7daabdd7
commit a97d7f0ccf
4 changed files with 111 additions and 1 deletions

View File

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