chore: update MSRV in readme (#819)

This commit is contained in:
K900
2021-10-28 21:54:33 +03:00
committed by GitHub
parent 7ea854b695
commit debcafe08c
+1 -2
View File
@@ -41,8 +41,7 @@ the generated code.
### Rust Version
`tonic` currently works on rust `1.39` and above as it requires support for the `async_await`
feature.
`tonic` currently works on Rust `1.56` and above as it requires support for the 2021 edition.
```bash
$ rustup update