summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormokou <mokou@fastmail.com>2022-09-06 12:22:17 +0200
committermokou <mokou@fastmail.com>2022-09-06 12:22:17 +0200
commitc923e7af73a91970d2e63e03babbca9cc0817551 (patch)
treea8fe941327f034862a68986482506f43751c9ff4 /README.md
parentc838d446add69fa7957acc8a51423f1584e35009 (diff)
chore: release 5.2.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 39a31c9..9b619d6 100644
--- a/README.md
+++ b/README.md
@@ -57,8 +57,8 @@ If you get a permission denied message, you might have to exclude the directory
Basically: Clone the repository at the latest tag, run `cargo install --path .`.
```bash
-# find out the latest version at https://github.com/rust-lang/rustlings/releases/latest (on edit 5.1.1)
-git clone -b 5.1.1 --depth 1 https://github.com/rust-lang/rustlings
+# find out the latest version at https://github.com/rust-lang/rustlings/releases/latest (on edit 5.2.1)
+git clone -b 5.2.1 --depth 1 https://github.com/rust-lang/rustlings
cd rustlings
cargo install --force --path .
```