diff options
| author | mo8it <mo8it@proton.me> | 2024-04-29 00:36:13 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-29 00:36:13 +0200 |
| commit | 196d3c1a9820acc9c58134f62a08ec3671411777 (patch) | |
| tree | 5aecdbe7298c695c3cb3efc02b3de996096df1e8 /README.md | |
| parent | 8c60ac267e4483b952407dd5875475242438b42e (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.5 +cargo install rustlings@6.0.0-beta.6 ``` <details> @@ -44,7 +44,7 @@ cargo install rustlings@6.0.0-beta.5 <!-- 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.5 --locked` +- Try adding the `--locked` flag: `cargo install rustlings@6.0.0-beta.6 --locked` - Otherwise, please [report the issue](https://github.com/rust-lang/rustlings/issues/new) </details> |
