Upgrade to rust 1.38

This commit is contained in:
Michael Vines
2019-09-27 08:12:43 -07:00
parent 0bf1a24bf5
commit a20f12865a
4 changed files with 5 additions and 5 deletions

View File

@ -78,7 +78,7 @@ $ source $HOME/.cargo/env
$ rustup component add rustfmt
```
If your rustc version is lower than 1.37.0, please update it:
If your rustc version is lower than 1.38.0, please update it:
```bash
$ rustup update