v6.2.0

lipku/LiveTalkingv6.2.0Aug 9, 2024by mo8it

AI Summary

This version improves feedback during exercise checking and installation. It allows initializing Rustlings in a Cargo workspace, adds a README to the solutions directory, and introduces formatting checks for solutions.

Key Highlights

  • Message before checking and running exercises
  • Helpful error message for unsupported Rust versions
  • README.md added to solutions directory
  • Support for initializing in a Cargo workspace
  • Formatting check for all solutions

New Features

  • Feedback messages before checks
  • Rust version check
  • README in solutions directory
  • Workspace support
  • Rustfmt formatting check

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.