Merge pull request #167 from djKooks/readme-version

Add comment about rustc version in README
This commit is contained in:
Greg Fitzgerald
2018-05-02 18:08:13 -06:00
committed by GitHub

View File

@@ -106,6 +106,12 @@ $ source $HOME/.cargo/env
$ rustup component add rustfmt-preview $ rustup component add rustfmt-preview
``` ```
If your rustc version is lower than 1.25.0, please update it:
```bash
$ rustup update
```
Download the source code: Download the source code:
```bash ```bash