Bump version

This commit is contained in:
mo8it
2024-04-29 00:36:13 +02:00
parent 8c60ac267e
commit 196d3c1a98
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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>