Skip to content

Commit 9a743f8

Browse files
author
liv
committed
release: 5.6.1
1 parent 170aaab commit 9a743f8

File tree

5 files changed

+94
-66
lines changed

5 files changed

+94
-66
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="5.6.1"></a>
2+
## 5.6.1 (2023-09-18)
3+
4+
#### Changed
5+
6+
- Converted all exercises with assertions to test mode.
7+
8+
#### Fixed
9+
10+
- `cow1`: Reverted regression introduced by calling `to_mut` where it
11+
shouldn't have been called, and clarified comment.
12+
- `primitive_types3`: Require at least an array of 100 elements.
13+
- Removed hint comments when no hint exists for the exercise.
14+
- `as_ref_mut`: Fixed a typo in a test function name.
15+
- `enums3`: Fixed formatting with `rustfmt`.
16+
117
<a name="5.6.0"></a>
218
## 5.6.0 (2023-09-04)
319

Cargo.lock

+72-60
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustlings"
33
description = "Small exercises to get you used to reading and writing Rust code!"
4-
version = "5.6.0"
4+
version = "5.6.1"
55
authors = [
66
77
"Carol (Nichols || Goulding) <[email protected]>",

0 commit comments

Comments
 (0)