mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52:23 -05:00
Update CHANGELOG
This commit is contained in:
parent
09c3ac02f8
commit
24aed1b14e
1 changed files with 10 additions and 1 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,7 +1,16 @@
|
||||||
<a name="6.1.1"></a>
|
<a name="6.1.1"></a>
|
||||||
|
|
||||||
## 6.1.1 (UNRELEASED)
|
## 6.1.1 (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.
|
- Show a helpful error message when trying to install Rustlings with a Rust version lower than the minimum one that Rustlings supports.
|
||||||
- Run the final check of all exercises in parallel.
|
- Run the final check of all exercises in parallel.
|
||||||
- Small exercise improvements.
|
- Small exercise improvements.
|
||||||
|
|
Loading…
Reference in a new issue