1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-27 18:49:01 +02:00

ensure tinyvec is using alloc feature

This commit is contained in:
Rob Ede
2020-11-15 22:24:18 +00:00
parent a396c1b961
commit 61778d864e
3 changed files with 10 additions and 5 deletions

View File

@ -3,6 +3,11 @@
## Unreleased - 2020-xx-xx
## 0.5.2 - 2020-11-15
* Ensure `tinyvec` is using the correct features.
* Bump `futures-util` minimum version to `0.3.7` to avoid `RUSTSEC-2020-0059`.
## 0.5.1 - 2020-11-05
* Fix `allow_any_header` method, now set the correct field. [#121]