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

fix derive_more version spec

fixes #130
This commit is contained in:
Rob Ede
2020-11-19 00:52:49 +00:00
parent cbfd5d94ee
commit c534ef0f98
3 changed files with 8 additions and 4 deletions

View File

@ -3,6 +3,10 @@
## Unreleased - 2020-xx-xx
## 0.5.3 - 2020-11-19
* Fix version spec for `derive_more` dependency.
## 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`.