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

protobuf: Update prost to 0.8 (Fixes CI on nightly) (#197)

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Thales
2021-10-11 15:56:15 -03:00
committed by GitHub
parent 798a5d6d0e
commit 1261557dc9
4 changed files with 7 additions and 5 deletions

View File

@ -2,6 +2,9 @@
## Unreleased - 2020-xx-xx
* Minimum supported Rust version (MSRV) is now 1.51.
* Bump `prost` version to 0.8. [#197]
[#197]: https://github.com/actix/actix-extras/pull/197
## 0.7.0-beta.1 - 2020-06-27