release: 4.4.0

This commit is contained in:
mokou
2021-04-24 11:57:00 +02:00
parent 3cddda56fc
commit 84461c20cb
5 changed files with 49 additions and 4 deletions

View File

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