summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-05-13 17:14:00 +0200
committermo8it <mo8it@proton.me>2024-05-13 17:14:00 +0200
commit5a1d95028c8d8bca49efc1cc27c4cf6254abf87d (patch)
treebe50c225ae962e314688caff0e3f0282fe5f002a /README.md
parente80e91faf284a4d20a2a7fd6ecd1c241e5c2e136 (diff)
Update version in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e6ea8de..c0de89d 100644
--- a/README.md
+++ b/README.md
@@ -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.8
+cargo install rustlings@6.0.0-beta.9
```
<details>
@@ -44,7 +44,7 @@ cargo install rustlings@6.0.0-beta.8
<!-- 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.8 --locked`
+- Try adding the `--locked` flag: `cargo install rustlings@6.0.0-beta.9 --locked`
- Otherwise, please [report the issue](https://github.com/rust-lang/rustlings/issues/new)
</details>