chore: release 5.1.1

This commit is contained in:
mokou
2022-08-17 10:43:50 +02:00
parent 5f9dd129ea
commit d0c7b06eff
5 changed files with 12 additions and 5 deletions

View File

@@ -57,8 +57,8 @@ If you get a permission denied message, you might have to exclude the directory
Basically: Clone the repository at the latest tag, run `cargo install --path .`.
```bash
# find out the latest version at https://github.com/rust-lang/rustlings/releases/latest (on edit 5.1.0)
git clone -b 5.1.0 --depth 1 https://github.com/rust-lang/rustlings
# find out the latest version at https://github.com/rust-lang/rustlings/releases/latest (on edit 5.1.1)
git clone -b 5.1.1 --depth 1 https://github.com/rust-lang/rustlings
cd rustlings
cargo install --force --path .
```