mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 21:42:23 -05:00
rust-analyzer problem isn't fixed :(
This commit is contained in:
parent
06a0f278e5
commit
39580381fa
1 changed files with 0 additions and 9 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue