5.1.0

rust-lang/rustlings5.1.0Aug 16, 2022by manyinsects

AI Summary

This release cleans up bugs from the previous major version and introduces two new exercises focused on smart pointers.

Key Highlights

  • Cleans up bugs left from version 5.0
  • Adds two new smart pointer exercises

New Features

  • Two new smart pointer exercises

Full Release Notes

This release cleans up a bunch of the bugs left in 5.0, and adds two new smart pointer exercises. For detailed information, check the [changelog](https://github.com/rust-lang/rustlings/blob/main/CHANGELOG.md#510-2022-08-16).

To upgrade:

```sh
git fetch
git checkout tags/5.1.0
```