diff options
| author | marisa <mokou@posteo.de> | 2019-11-11 14:02:27 +0100 |
|---|---|---|
| committer | marisa <mokou@posteo.de> | 2019-11-11 14:02:27 +0100 |
| commit | a47a62172a5d4c479d242498b9b140b3111fb7c6 (patch) | |
| tree | 63b6e1cd32038ebc429ecac433fa197895d4a728 /README.md | |
| parent | f72e5a8f05568dde04eaeac10b9a69872f21cb37 (diff) | |
1.5.1
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,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/1.5.0 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest) +git checkout tags/1.5.1 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest) cargo install --force --path . ``` |
