release: 4.1.0

This commit is contained in:
mokou
2020-10-05 18:42:26 +02:00
parent 9b5350eab1
commit 89c07b5e43
4 changed files with 26 additions and 3 deletions

View File

@@ -61,7 +61,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/4.0.0 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest)
git checkout tags/4.1.0 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest)
cargo install --force --path .
```