5.6.1

rust-lang/rustlings5.6.1Sep 18, 2023by manyinsects

AI Summary

A patch release designed to address a regression that was introduced in the 'cow1' exercise.

Key Highlights

  • Fix regression in 'cow1' exercise
  • Patch release
  • Instructions to upgrade via git checkout

Full Release Notes

Patch release to mainly fix a [regression introduced in `cow1`](https://github.com/rust-lang/rustlings/pull/1668).

See the [changelog](https://github.com/rust-lang/rustlings/blob/main/CHANGELOG.md#561-2023-09-18) for what changed.

To upgrade:

```
git fetch
git checkout tags/5.6.1
```