We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec35d8 commit d2179d3Copy full SHA for d2179d3
README.md
@@ -57,8 +57,8 @@ When you get a permission denied message then you have to exclude the directory
57
Basically: Clone the repository at the latest tag, run `cargo install`.
58
59
```bash
60
-# find out the latest version at https://github.com/rust-lang/rustlings/releases/latest (on edit 4.6.0)
61
-git clone -b 4.6.0 --depth 1 https://github.com/rust-lang/rustlings
+# find out the latest version at https://github.com/rust-lang/rustlings/releases/latest (on edit 4.7.1)
+git clone -b 4.7.1 --depth 1 https://github.com/rust-lang/rustlings
62
cd rustlings
63
cargo install --force --path .
64
```
0 commit comments