We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a0f27 commit 3958038Copy full SHA for 3958038
CHANGELOG.md
@@ -2,15 +2,6 @@
2
3
## 6.2.0 (2024-08-08)
4
5
-It is recommended to update to this version to fix issues with the language server `rust-analyzer`.
6
-You can update using the following two commands:
7
-
8
-```bash
9
-rustup update
10
-cargo install rustlings
11
-```
12
13
-- Fix `rust-analyzer` rebuilding all exercises after changing one file.
14
- Show a helpful error message when trying to install Rustlings with a Rust version lower than the minimum one that Rustlings supports.
15
- Remove the state file and the solutions directory from the generated `.gitignore` file.
16
- Add a `README.md` file to the `solutions/` directory.
0 commit comments