update to stable toolchain (#122)

* update to stable toolchain

* remove toolchan note from routeguide
This commit is contained in:
Juan Alvarez
2019-11-09 09:54:18 +00:00
committed by Lucio Franco
parent 029950904a
commit 3809f18dc6
4 changed files with 9 additions and 17 deletions
+5 -5
View File
@@ -37,13 +37,13 @@ may be a good resource as it shows examples of many of the gRPC features.
### Rust Version
`tonic` currently works on rust `1.39-beta` and above as it requires support for the `async_await`
feature. To install the beta simply follow the commands below:
`tonic` currently works on rust `1.39` and above as it requires support for the `async_await`
feature.
```bash
$ rustup install beta
$ rustup component add rustfmt --toolchain beta
$ cargo +beta build
$ rustup update
$ rustup component add rustfmt
$ cargo build
```
### Tutorials