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

fix auto-traits for service types (#397)

This commit is contained in:
Ali MJ Al-Nasrawy
2021-12-05 01:30:04 +03:00
committed by GitHub
parent 07e3b19461
commit 62ffe5f389
9 changed files with 56 additions and 17 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
* Service types can now be `Send` and `'static` regardless of request, response, and config types, etc.. [#397]
[#397]: https://github.com/actix/actix-net/pull/397
## 2.0.1 - 2021-10-11