diff options
| author | mokou <mokou@posteo.de> | 2020-07-08 11:35:27 +0200 |
|---|---|---|
| committer | mokou <mokou@posteo.de> | 2020-07-08 11:35:27 +0200 |
| commit | f9ccc6a289ca5fed784fd45878b163e633bfdba1 (patch) | |
| tree | 360a829b75290e8c2a74c53b0e86f021ce5b7b9e /README.md | |
| parent | b32a666541202c88a2175f6b69265a8bd1e78e9c (diff) | |
release: 4.0.0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,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/3.0.0 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest) +git checkout tags/4.0.0 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest) cargo install --force --path . ``` |
