Add comment about rustc version in README
This commit is contained in:
@ -106,6 +106,13 @@ $ 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 and install rustfmt:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ rustup update
|
||||||
|
$ rustup component add rustfmt-preview
|
||||||
|
```
|
||||||
|
|
||||||
Download the source code:
|
Download the source code:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Reference in New Issue
Block a user