diff options
| author | mokou <mokou@posteo.de> | 2020-02-27 19:22:55 +0100 |
|---|---|---|
| committer | mokou <mokou@posteo.de> | 2020-02-27 19:22:55 +0100 |
| commit | 8b9479071c0ac4f5dc1318358d7d7e3a19ce98e2 (patch) | |
| tree | a25a6fdeff157a92a217cb50b1128cdadd72d87b /README.md | |
| parent | 3d9b03c52b8dc51b140757f6fd25ad87b5782ef5 (diff) | |
2.2.1
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,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/2.2.0 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest) +git checkout tags/2.2.1 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest) cargo install --force --path . ``` |
