1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-05-12 01:06:08 +02:00
This commit is contained in:
marisa 2019-08-13 11:59:17 +02:00
parent 3011251da7
commit 4f0c5a8d49
No known key found for this signature in database
GPG Key ID: 22843731E813B2F5
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
<a name="1.4.1"></a>
### 1.4.1 (2019-08-13)
#### Bug Fixes
* **iterators2:** Remove syntax resulting in misleading error message ([4cde8664](https://github.com/rust-lang/rustlings/commit/4cde86643e12db162a66e62f23b78962986046ac))
* **option1:** Add test for prematurely passing exercise ([a750e4a1](https://github.com/rust-lang/rustlings/commit/a750e4a1a3006227292bb17d57d78ce84da6bfc6))
* **test1:** Swap assertion parameter order ([4086d463](https://github.com/rust-lang/rustlings/commit/4086d463a981e81d97781851d17db2ced290f446))
<a name="1.4.0"></a>
## 1.4.0 (2019-07-13)

View File

@ -1,6 +1,6 @@
[package]
name = "rustlings"
version = "1.4.0"
version = "1.4.1"
authors = ["Marisa <marisa@mokou.zone>", "Carol (Nichols || Goulding) <carol.nichols@gmail.com"]
edition = "2018"