1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-31 17:07:01 +02:00

Re-export bytes::Buf and bytes::BufMut as well (#1750)

Co-authored-by: Daniel Egger <daniel.egger@axiros.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Daniel Egger
2020-10-24 21:31:23 +02:00
committed by GitHub
parent d45a1aa6b6
commit 41e7cec72f
2 changed files with 3 additions and 1 deletions

View File

@@ -7,10 +7,12 @@
### Changed
* Print non-configured `Data<T>` type when attempting extraction. [#1743]
* Re-export bytes::Buf{Mut} in web module. [#1750]
[#1723]: https://github.com/actix/actix-web/pull/1723
[#1743]: https://github.com/actix/actix-web/pull/1743
[#1748]: https://github.com/actix/actix-web/pull/1748
[#1750]: https://github.com/actix/actix-web/pull/1750
## 3.1.0 - 2020-09-29