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

Bump up MSRV to 1.57 (#256)

This commit is contained in:
Yuki Okushi
2022-06-22 20:42:46 +09:00
committed by GitHub
parent 7267a19b1d
commit 3c48e00e7a
14 changed files with 21 additions and 15 deletions

View File

@ -1,6 +1,7 @@
# Changes
## Unreleased - 2021-xx-xx
## Unreleased - 2022-xx-xx
- Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency.
## 0.7.0 - 2022-03-01

View File

@ -11,7 +11,7 @@
- [API Documentation](https://docs.rs/actix-protobuf)
- [Example Project](https://github.com/actix/examples/tree/master/protobuf)
- Minimum Supported Rust Version (MSRV): 1.54
- Minimum Supported Rust Version (MSRV): 1.57
## Example