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

use IntoFuture instead of Future

This commit is contained in:
Nikolay Kim
2019-03-04 20:37:03 -08:00
parent ed14e6b8ea
commit 15dafeff3d
5 changed files with 19 additions and 11 deletions

View File

@ -1,5 +1,12 @@
# Changes
## [0.3.2] - 2019-03-04
### Changed
* Use IntoFuture for new services
## [0.3.1] - 2019-03-04
### Changed