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

map_config() and unit_config() accepts IntoServiceFactory type

This commit is contained in:
Nikolay Kim
2019-12-22 16:30:49 +04:00
parent a80e1f8370
commit b599bc4a0c
3 changed files with 16 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "actix-service"
version = "1.0.0"
version = "1.0.1"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix service"
keywords = ["network", "framework", "async", "futures"]