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

Use FnMut instead of Fn for FnService

This commit is contained in:
Nikolay Kim
2019-01-11 21:39:58 -08:00
parent b5d84bd980
commit 316974616a
3 changed files with 18 additions and 11 deletions

View File

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