mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-11-08 09:09:17 +01:00
Update beta version in README
This commit is contained in:
parent
a4da216a5c
commit
7a74a72dc8
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user