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

use IntoService types for transform services

This commit is contained in:
Nikolay Kim
2019-03-12 13:39:04 -07:00
parent 825117fd4c
commit 755d4958c5
5 changed files with 36 additions and 12 deletions

View File

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