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

protobuf: Minimize futures dependency

This commit is contained in:
Yuki Okushi
2020-05-21 17:12:17 +09:00
parent c152c1ae8c
commit 2e3a094ef7
3 changed files with 7 additions and 3 deletions

View File

@ -4,6 +4,10 @@
* Minimum supported Rust version(MSRV) is now 1.40.0.
## unreleased
* Minimize `futures` dependency
## 0.5.1 (2019-02-17)
* Move repository to actix-extras