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

actix-test: re-export types from awc (#3349)

This allows us to pass these types around in functions, without having
to add `awc` as a direct (dev-)dependency.

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Matt Palmer
2024-05-19 04:57:35 +10:00
committed by GitHub
parent 2d035c066e
commit 0a2788d662
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
## Unreleased
- Minimum supported Rust version (MSRV) is now 1.72.
- Various types from `awc`, such as `ClientRequest` and `ClientResponse`, are now re-exported.
## 0.1.3