diff options
| author | mo8it <mo8it@proton.me> | 2024-05-13 17:14:00 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-05-13 17:14:00 +0200 |
| commit | 5a1d95028c8d8bca49efc1cc27c4cf6254abf87d (patch) | |
| tree | be50c225ae962e314688caff0e3f0282fe5f002a | |
| parent | e80e91faf284a4d20a2a7fd6ecd1c241e5c2e136 (diff) | |
Update version in README
| -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.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> |
