1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

remove futures-util from service deps (#235)

This commit is contained in:
Rob Ede
2020-12-27 18:24:57 +00:00
committed by GitHub
parent 8a58a341a4
commit ba44ea7d0b
12 changed files with 159 additions and 86 deletions

View File

@ -8,9 +8,11 @@
* Migrate pin projections to `pin-project-lite`. [#233]
* Remove `AndThenApplyFn` and Pipeline `and_then_apply_fn`. Use the
`.and_then(apply_fn(...))` construction. [#233]
* Move non-vital methods to `ServiceExt` and `ServiceFactoryExt` extension traits. [#235]
[#232]: https://github.com/actix/actix-net/pull/232
[#233]: https://github.com/actix/actix-net/pull/233
[#235]: https://github.com/actix/actix-net/pull/235
## 1.0.6 - 2020-08-09