summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormokou <mokou@posteo.de>2020-10-05 18:42:26 +0200
committermokou <mokou@posteo.de>2020-10-05 18:42:26 +0200
commit89c07b5e437d6a33728bb12b4a0cef44a1c1d3c9 (patch)
tree717bbc42c5563960984aa3929ab0ea8e3524c833 /README.md
parent9b5350eab1b54c63728795a19914f208ac4f23a7 (diff)
release: 4.1.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 b091cf8..efad42b 100644
--- a/README.md
+++ b/README.md
@@ -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 .
```