Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Add comment about rustc version in README #167

Merged
merged 3 commits into from
May 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ $ source $HOME/.cargo/env
$ 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:

```bash
Expand Down