diff options
| author | mokou <mokou@posteo.de> | 2020-10-05 18:42:26 +0200 |
|---|---|---|
| committer | mokou <mokou@posteo.de> | 2020-10-05 18:42:26 +0200 |
| commit | 89c07b5e437d6a33728bb12b4a0cef44a1c1d3c9 (patch) | |
| tree | 717bbc42c5563960984aa3929ab0ea8e3524c833 /README.md | |
| parent | 9b5350eab1b54c63728795a19914f208ac4f23a7 (diff) | |
release: 4.1.0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.0.0 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest) +git checkout tags/4.1.0 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest) cargo install --force --path . ``` |
