v6.2.0

rust-lang/rustlingsv6.2.0Aug 9, 2024by mo8it

AI Summary

Rustlings 6.2.0 adds instant feedback before exercise checks, helpful error messages for installation issues, and allows initializing in Cargo workspaces.

Key Highlights

  • Show message before checking and running exercises for instant feedback
  • Helpful error message when installing with unsupported Rust version
  • Allow initializing Rustlings in a Cargo workspace
  • Add README.md to solutions/ directory
  • Run final check of all exercises in parallel

New Features

  • Show a message before checking and running an exercise
  • Show helpful error message when trying to install with Rust version lower than minimum
  • Add README.md file to solutions/ directory
  • Allow initializing Rustlings in a Cargo workspace
  • dev check: Check that all solutions are formatted with rustfmt

Full Release Notes

### Added

- Show a message before checking and running an exercise. This gives the user instant feedback and avoids confusion if the checks take too long.
- Show a helpful error message when trying to install Rustlings with a Rust version lower than the minimum one that Rustlings supports.
- Add a `README.md` file to the `solutions/` directory.
- Allow initializing Rustlings in a Cargo workspace.
- `dev check`: Check that all solutions are formatted with `rustfmt`.

### Changed

- Remove the state file and the solutions directory from the generated `.gitignore` file.
- Run the final check of all exercises in parallel.
- Small exercise improvements.