File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
<a name =" 6.2.0 " ></a >
2
2
3
- ## 6.2.0 (2024-08-08)
3
+ ## 6.2.0 (2024-08-09)
4
+
5
+ ### Added
4
6
5
7
- Show a message before checking and running an exercise. This gives the user instant feedback and avoids confusion if the checks take too long.
6
8
- Show a helpful error message when trying to install Rustlings with a Rust version lower than the minimum one that Rustlings supports.
7
- - Remove the state file and the solutions directory from the generated ` .gitignore ` file.
8
9
- Add a ` README.md ` file to the ` solutions/ ` directory.
10
+ - Allow initializing Rustlings in a Cargo workspace.
11
+ - ` dev check ` : Check that all solutions are formatted with ` rustfmt ` .
12
+
13
+ ### Changed
14
+
15
+ - Remove the state file and the solutions directory from the generated ` .gitignore ` file.
9
16
- Run the final check of all exercises in parallel.
10
17
- Small exercise improvements.
11
- - ` dev check ` : Check that all solutions are formatted with ` rustfmt ` .
12
18
13
19
<a name =" 6.1.0 " ></a >
14
20
You can’t perform that action at this time.
0 commit comments