diff options
| author | mo8it <mo8it@proton.me> | 2024-04-27 17:34:39 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-27 17:34:39 +0200 |
| commit | edea76b5b9f2086b2a885c119cc56b04753f7eb5 (patch) | |
| tree | 9fb1b519aafd679d2561ae90568bf538e1bf6dda /README.md | |
| parent | 016e6a014ee77d13ce5d7fc4e1a140276143c4b2 (diff) | |
Bump version
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,7 +35,7 @@ The following command will download and compile Rustlings: <!-- TODO: Remove @6.0.0-beta.x --> ```bash -cargo install rustlings@6.0.0-beta.4 +cargo install rustlings@6.0.0-beta.5 ``` <details> @@ -44,7 +44,7 @@ cargo install rustlings@6.0.0-beta.4 <!-- TODO: Remove @6.0.0-beta.x --> - Make sure you have the latest Rust version by running `rustup update` -- Try adding the `--locked` flag: `cargo install rustlings@6.0.0-beta.4 --locked` +- Try adding the `--locked` flag: `cargo install rustlings@6.0.0-beta.5 --locked` - Otherwise, please [report the issue](https://github.com/rust-lang/rustlings/issues/new) </details> |
