Recommend latest stable version of rustc in readme

This commit is contained in:
Alexandre Esteves 2020-09-09 18:29:51 +01:00 committed by Michael Vines
parent e0468db113
commit 1e116bba0b
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ $ source $HOME/.cargo/env
$ rustup component add rustfmt
```
If your rustc version is lower than 1.45.0, please update it:
Please sure you are always using the latest stable rust version by running:
```bash
$ rustup update