From debcafe08cd64f03bff2fee0eaa1521e47794a8a Mon Sep 17 00:00:00 2001 From: K900 Date: Thu, 28 Oct 2021 21:54:33 +0300 Subject: [PATCH] chore: update MSRV in readme (#819) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 94224e7..f45d301 100644 --- a/README.md +++ b/README.md @@ -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