4.3.0

rust-lang/rustlings4.3.0Dec 29, 2020by manyinsects

AI Summary

Enhances the user experience by improving CLI help text, reorganizes exercises to align with the Rust book, and introduces a new `list` command to view available exercises.

Key Highlights

  • Improved help text when running `rustlings` without arguments
  • Exercise order adjusted to match the order of chapters in the Rust book
  • New `rustlings list` command added

New Features

  • Improved CLI help text
  • Reorganized exercise order
  • rustlings list command

Full Release Notes

See the [changelog](https://github.com/rust-lang/rustlings/blob/main/CHANGELOG.md#4.3.0) for what's changed. Some highlights:

- The text you see when running `rustlings` (without any arguments) should now be more helpful
- The exercise order has been adjusted to more closely match the order of chapter in the Rust book
- A `rustlings list` command has been added

To upgrade:
```sh
git fetch
git checkout tags/4.3.0
```