Update minimum rustc version to 1.45.0 in readme

This commit is contained in:
Alexandre Esteves 2020-09-09 18:00:30 +01:00 committed by Michael Vines
parent 05db41fe9c
commit e0468db113
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.39.0, please update it:
If your rustc version is lower than 1.45.0, please update it:
```bash
$ rustup update