File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1+ <a name =" 5.2.0 " ></a >
2+ ## 5.2.0 (2022-08-27)
3+
4+ #### Added
5+
6+ - Added a ` reset ` command
7+
8+ #### Changed
9+
10+ - ** options2** : Convert the exercise to use tests
11+
12+ #### Fixed
13+
14+ - ** threads3** : Fixed a typo
15+ - ** quiz1** : Adjusted the explanations to be consistent with
16+ the tests
17+
118<a name =" 5.1.1 " ></a >
219## 5.1.1 (2022-08-17)
320
Original file line number Diff line number Diff line change 11[package ]
22name = " rustlings"
3- version = " 5.1.1 "
3+ version = " 5.2.0 "
44authors = [" Liv <mokou@fastmail.com>" , " Carol (Nichols || Goulding) <carol.nichols@gmail.com>" ]
55edition = " 2021"
66
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ mod run;
2626mod verify;
2727
2828// In sync with crate version
29- const VERSION : & str = "5.1.1 " ;
29+ const VERSION : & str = "5.2.0 " ;
3030
3131#[ derive( FromArgs , PartialEq , Debug ) ]
3232/// 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