summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormokou <mokou@posteo.de>2020-11-07 14:21:10 +0100
committermokou <mokou@posteo.de>2020-11-07 14:21:10 +0100
commit964b2a331de2c98c1038fd859ac7e7c0e956236a (patch)
tree4ca32e683c077ea9085d1f10e23760a8dcea8792 /README.md
parent95ccd92616ae79ba287cce221101e0bbe4f68cdc (diff)
release: 4.2.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 75a403f..59ee632 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.1.0 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest)
+git checkout tags/4.2.0 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest)
cargo install --force --path .
```