release: 4.0.0

This commit is contained in:
mokou
2020-07-08 11:35:27 +02:00
parent b32a666541
commit f9ccc6a289
3 changed files with 44 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ Basically: Clone the repository, checkout to the latest tag, run `cargo install`
```bash
git clone https://github.com/rust-lang/rustlings
cd rustlings
git checkout tags/3.0.0 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest)
git checkout tags/4.0.0 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest)
cargo install --force --path .
```