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

remove Limiter builder lifetime

This commit is contained in:
Rob Ede
2022-07-11 02:05:22 +01:00
parent 169b262c66
commit d5dc087e93
3 changed files with 13 additions and 11 deletions

View File

@ -1,7 +1,9 @@
# Changes
## Unreleased - 2022-xx-xx
- Updated `session-session` dependency to `0.7`.
- `Limiter::builder` now takes an `impl Into<String>`.
- Removed lifetime from `Builder`.
- Updated `actix-session` dependency to `0.7`.
## 0.2.0 - 2022-03-22