summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormokou <mokou@fastmail.com>2021-04-24 11:57:00 +0200
committermokou <mokou@fastmail.com>2021-04-24 11:57:00 +0200
commit84461c20cbaf97a67baa55afc16989aab3e3c02d (patch)
tree42c591bee4240f90942f84b6759113ac712fc7d4 /README.md
parent3cddda56fc1e1eff84f4aa7b61cba4f1db9b723e (diff)
release: 4.4.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e76a04d..cf1de15 100644
--- a/README.md
+++ b/README.md
@@ -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 .
```