4.7.1

rust-lang/rustlings4.7.1Apr 20, 2022by manyinsects

AI Summary

An optimization release focused on reducing the crate size to subsequently reduce compilation time.

Key Highlights

  • Reduces crate size
  • Reduces compilation time

New Features

  • Optimization to reduce size and compilation time

Full Release Notes

Mainly reduces the crate size by a bit, thus also reducing compilation time. See the [changelog](https://github.com/rust-lang/rustlings/blob/main/CHANGELOG.md#4.7.1) to see what's changed.

To upgrade, run:

```sh
git fetch
git checkout tags/4.7.1
```