1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

[actix-identity] Fix visit deadline (#263)

This commit is contained in:
Luca Palmieri
2022-07-19 01:31:31 +01:00
committed by GitHub
parent 1cc37c371e
commit 1089faaf93
4 changed files with 41 additions and 5 deletions

View File

@ -1,7 +1,9 @@
# Changes
## Unreleased - 2022-xx-xx
- Fix visit deadline. [#263]
[#263]: https://github.com/actix/actix-extras/pull/263
## 0.5.1 - 2022-07-11
- Remove unnecessary dependencies. [#259]