2.0.0

rust-lang/rustlings2.0.0Nov 12, 2019by manyinsects

AI Summary

A major version bump with changes detailed in the blog post and changelog.

Key Highlights

  • See changelog for specific changes

New Features

  • See changelog for details

Full Release Notes

See the [blog post](https://write.as/mokou/rustlings-2-0-and-human-centered-versioning) and the [changelog](https://github.com/rust-lang/rustlings/blob/master/CHANGELOG.md#2.0.0) for what's changed.

To upgrade:

```
git fetch
git checkout tags/2.0.0
```