1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-11-08 09:09:17 +01:00

rust-analyzer problem isn't fixed :(

This commit is contained in:
mo8it 2024-08-08 01:48:57 +02:00
parent 06a0f278e5
commit 39580381fa

@ -2,15 +2,6 @@
## 6.2.0 (2024-08-08)
It is recommended to update to this version to fix issues with the language server `rust-analyzer`.
You can update using the following two commands:
```bash
rustup update
cargo install rustlings
```
- Fix `rust-analyzer` rebuilding all exercises after changing one file.
- Show a helpful error message when trying to install Rustlings with a Rust version lower than the minimum one that Rustlings supports.
- Remove the state file and the solutions directory from the generated `.gitignore` file.
- Add a `README.md` file to the `solutions/` directory.