5.3.0

rust-lang/rustlings5.3.0Dec 23, 2022by manyinsects

AI Summary

A minor version release with changes and improvements detailed in the project's changelog.

Key Highlights

  • Changes documented in changelog
  • Minor version bump
  • Instructions to upgrade via git checkout

Full Release Notes

See the [changelog](https://github.com/rust-lang/rustlings/blob/main/CHANGELOG.md#530-2022-12-23) for what changed.

To upgrade:

```
git fetch
git checkout tags/5.3.0
```