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
-4
View File
@@ -53,10 +53,6 @@ Tonic uses `rustfmt` to tidy up the code it generates, so we'll make sure it's i
$ rustup component add rustfmt
```
**Note** Prior to rust's 1.39 release, Tonic may be pinned to a specific toolchain version. Running
the above command may first download and install a different toolchain. Check the project's [readme]
for the latest requirements.
Run the server
```shell
$ cargo run --bin routeguide-server