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

bump msrv to 1.59

This commit is contained in:
Rob Ede
2022-08-28 20:30:32 +01:00
parent ffe122b76e
commit 7d932cd540
10 changed files with 12 additions and 3 deletions

View File

@ -3,6 +3,8 @@
## Unreleased - 2022-xx-xx
- Implement `Default` for `RateLimiter`.
- `RateLimiter` is marked `#[non_exhaustive]`; use `RateLimiter::default()` instead.
- Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency.
## 0.3.0 - 2022-07-11
- `Limiter::builder` now takes an `impl Into<String>`.