File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 4.8.0 " ></a >
2
+ ## 4.8.0 (2022-07-01)
3
+
4
+ #### Features
5
+
6
+ - Added a progress indicator for ` rustlings watch ` .
7
+ - The installation script now checks for Rustup being installed.
8
+ - Added a ` rustlings lsp ` command to enable ` rust-analyzer ` .
9
+
10
+ #### Bug Fixes
11
+
12
+ - ** move_semantics5** : Replaced "in vogue" with "in scope" in hint.
13
+ - ** if2** : Fixed a typo in the hint.
14
+ - ** variables1** : Fixed an incorrect line reference in the hint.
15
+ - Fixed an out of bounds check in the installation Bash script.
16
+
17
+ #### Housekeeping
18
+
19
+ - Replaced the git.io URL with the fully qualified URL because of git.io's sunsetting.
20
+ - Removed the deprecated Rust GitPod extension.
21
+
1
22
<a name =" 4.7.1 " ></a >
2
23
## 4.7.1 (2022-04-20)
3
24
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustlings"
3
- version = " 4.7.1 "
3
+ version = " 4.8.0 "
4
4
authors = [" mokou <mokou@fastmail.com>" , " Carol (Nichols || Goulding) <carol.nichols@gmail.com>" ]
5
5
edition = " 2021"
6
6
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ mod run;
26
26
mod verify;
27
27
28
28
// In sync with crate version
29
- const VERSION : & str = "4.7.1 " ;
29
+ const VERSION : & str = "4.8.0 " ;
30
30
31
31
#[ derive( FromArgs , PartialEq , Debug ) ]
32
32
/// Rustlings is a collection of small exercises to get you used to writing and reading Rust code
You can’t perform that action at this time.
0 commit comments