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

refactor ApplyConfig combinator

This commit is contained in:
Nikolay Kim
2019-03-12 16:32:10 -07:00
parent 21c289d7e4
commit ae9bc5ae78
4 changed files with 47 additions and 89 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "actix-service"
version = "0.3.3"
version = "0.3.4"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix Service"
keywords = ["network", "framework", "async", "futures"]
@ -27,4 +27,4 @@ futures = "0.1.24"
void = "1.0.2"
[dev-dependencies]
actix-rt = "0.1"
actix-rt = "0.2"