2.2.0
版本发布时间: 2020-02-26 06:09:24
rust-lang/rustlings最新发布版本:v6.3.0(2024-08-29 23:24:15)
This release adds a bunch of new exercises:
- A new variables exercise (#264, thanks to @TorbenJ!)
- Exercises about type conversion and and parsing (#249, thanks to @AbdouSeck!)
- Trait-related exercises (#216/#274, thanks to @s-marios for the exercises and to @sjmann for rebasing them!)
Additionally, Rustlings now displays a success message when you've finished all exercises (#253), thanks to @codehearts!
There's a lot more, read the changelog for more details!
To upgrade:
git fetch
git checkout tags/2.2.0
Thanks to the following people for contributing to this release:
- @harrisonmetz
- @Socratides
- @pbx
- @sjmann
- @quintenjohnson
- @rahatarmanahmed
- @dmitri-mamrukov
- @pewsheen
- @TorbenJ
- @codehearts
- @AbdouSeck
- @gnodarse
- @Stigjb
- @s-marios