5.2.0
rust-lang/rustlings5.2.0Aug 27, 2022by manyinsects
AI Summary
A standard release announcement pointing users to the detailed changelog for changes made in this version.
Key Highlights
- Release announcement available via changelog link
- Instructions provided for upgrading via git
Full Release Notes
See the [changelog](https://github.com/rust-lang/rustlings/blob/main/CHANGELOG.md#520-2022-08-27) for what changed. To upgrade: ``` git fetch git checkout tags/5.2.0 ```