1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 06:39:22 +02:00

Bump up MSRV to 1.57 (#2789)

This commit is contained in:
Yuki Okushi
2022-06-22 20:08:06 +09:00
committed by GitHub
parent 265fa0d050
commit 6b7196225e
23 changed files with 44 additions and 34 deletions

View File

@ -1,7 +1,7 @@
# Changes
## Unreleased - 2021-xx-xx
- Minimum supported Rust version (MSRV) is now 1.56 due to transitive `hashbrown` dependency.
## Unreleased - 2022-xx-xx
- Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency.
## 0.5.0 - 2022-02-22