Rustlings 2.2.0
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