1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +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

@ -4,6 +4,7 @@
- Rename `AtError => Error`.
- Remove `AtResult` type alias.
- Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency.
## 0.6.0 - 2022-07-31