1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

upgrade derive_more

This commit is contained in:
Nikolay Kim
2019-11-25 17:59:14 +06:00
parent c5907747ad
commit c1c44a7dd6
9 changed files with 15 additions and 11 deletions

View File

@ -1,9 +1,11 @@
# Changes
## [2.0.0-alpha.2] - 2019-xx-xx
## [2.0.0-alpha.1] - 2019-11-22
### Changed
* Migrated to `std::future`
* Remove implementation of `Responder` for `()`. (#1167)