From 39580381fa9cd52cf8026ad0360e077ee25d1aa0 Mon Sep 17 00:00:00 2001 From: mo8it Date: Thu, 8 Aug 2024 01:48:57 +0200 Subject: [PATCH] rust-analyzer problem isn't fixed :( --- CHANGELOG.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b753d284a..19c9a51649 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.