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

Updated Cargo.toml to support Prost 0.10 (#257)

This commit is contained in:
Tobias de Bruijn
2022-06-26 01:28:16 +02:00
committed by GitHub
parent 3c48e00e7a
commit a42ca24327
2 changed files with 3 additions and 2 deletions

View File

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