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

move actix_http::client module to awc (#2425)

This commit is contained in:
fakeshadow
2021-10-26 07:37:40 +08:00
committed by GitHub
parent d40b6748bc
commit d13854505f
18 changed files with 197 additions and 241 deletions

View File

@ -1,6 +1,11 @@
# Changes
## Unreleased - 2021-xx-xx
### Removed
* `client` module. [#2425]
* `trust-dns` feature. [#2425]
[#2425]: https://github.com/actix/actix-web/pull/2425
## 3.0.0-beta.11 - 2021-10-20