summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-05-13 02:48:42 +0200
committermo8it <mo8it@proton.me>2024-05-13 02:48:42 +0200
commit7a74a72dc8a7bd906e7733731b427a1cdeee103a (patch)
treeef92cdb2340d44abec4061f6154211d167c8bf3c /README.md
parenta4da216a5c52cf5626e1861991d1172c5897e746 (diff)
Update beta 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 0180608..c1ce95c 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.6
+cargo install rustlings@6.0.0-beta.7
```
<details>
@@ -44,7 +44,7 @@ cargo install rustlings@6.0.0-beta.6
<!-- 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.6 --locked`
+- Try adding the `--locked` flag: `cargo install rustlings@6.0.0-beta.7 --locked`
- Otherwise, please [report the issue](https://github.com/rust-lang/rustlings/issues/new)
</details>