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.
2 parents cece12e + f3da679 commit 4808b5bCopy full SHA for 4808b5b
README.md
@@ -48,7 +48,7 @@ Basically: Clone the repository, checkout to the latest tag, run `cargo install`
48
```bash
49
git clone https://github.com/rust-lang/rustlings
50
cd rustlings
51
-git checkout tags/1.0.0 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest)
+git checkout tags/1.4.1 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest)
52
cargo install --force --path .
53
```
54
0 commit comments