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

use FnMut instead of Fn

This commit is contained in:
Nikolay Kim
2019-01-16 15:33:33 -08:00
parent 2c8e7c4ae4
commit 278176fca5
4 changed files with 21 additions and 18 deletions

View File

@@ -2,6 +2,9 @@
## [0.1.6] - 2019-01-xx
### Changed
* Use `FnMut` instead of `Fn` for .apply() and .map() combinators and `FnService` type
## [0.1.5] - 2019-01-13