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

split ServiceExt trait

This commit is contained in:
Nikolay Kim
2018-12-12 18:32:19 -08:00
parent 61939c7af2
commit bf9bd97173
3 changed files with 14 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Changes
## [0.1.3] - 2018-12-12
## Changed
* Split service combinators to separate trait
## [0.1.2] - 2018-12-12
### Fixed