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,5 +1,11 @@
# Changes
## [0.3.4] - 2019-03-12
### Changed
* `TimeoutService`, `InOrderService`, `InFlightService` accepts generic IntoService services.
## [0.3.3] - 2019-03-09
### Changed