diff options
| author | mokou <mokou@fastmail.com> | 2021-04-24 11:57:00 +0200 |
|---|---|---|
| committer | mokou <mokou@fastmail.com> | 2021-04-24 11:57:00 +0200 |
| commit | 84461c20cbaf97a67baa55afc16989aab3e3c02d (patch) | |
| tree | 42c591bee4240f90942f84b6759113ac712fc7d4 /README.md | |
| parent | 3cddda56fc1e1eff84f4aa7b61cba4f1db9b723e (diff) | |
release: 4.4.0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 . ``` |
