diff options
| author | mo8it <mo8it@proton.me> | 2024-08-07 23:45:58 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-08-08 00:41:12 +0200 |
| commit | 24aed1b14e5d2ea40029cc0ae469bcb32332c88a (patch) | |
| tree | 10d5254a7a37d68b4302b30451115a5189de4a48 | |
| parent | 09c3ac02f86e35348fecfdfcca6d0e8aa9e04b71 (diff) | |
Update CHANGELOG
| -rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cf036ee..155ad84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,16 @@ <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. - Run the final check of all exercises in parallel. - Small exercise improvements. |
