summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormarisa <mokou@posteo.de>2019-11-09 10:52:20 +0100
committermarisa <mokou@posteo.de>2019-11-09 10:52:20 +0100
commitc8babbad27550a8920d4442fbd3cc155bcaf622c (patch)
tree58d0a7c8f5cff79949c355e5de452f88d1265fb5 /README.md
parentc6dad28ddc3103e7236839c700543fb00316986d (diff)
1.5.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 6e866bd..a8dd729 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,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/1.4.1 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest)
+git checkout tags/1.5.0 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest)
cargo install --force --path .
```