diff options
| author | mo8it <mo8it@proton.me> | 2024-04-27 04:17:10 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-27 04:17:10 +0200 |
| commit | cb7ce006b54089fd46f36304ac5a143680c15a2a (patch) | |
| tree | 1c5183759d311bda651fdc58b3a6adb03332cb69 | |
| parent | 2150d629b18b3ba2ccd05606e69dc8d171df1027 (diff) | |
Bump version
| -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.3 +cargo install rustlings@6.0.0-beta.4 ``` <details> @@ -44,7 +44,7 @@ cargo install rustlings@6.0.0-beta.3 <!-- 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.3 --locked` +- Try adding the `--locked` flag: `cargo install rustlings@6.0.0-beta.4 --locked` - Otherwise, please [report the issue](https://github.com/rust-lang/rustlings/issues/new) </details> |
