v6.2.0
AzeemIdrisi/PhoneSploit-Prov6.2.0Aug 9, 2024by mo8it
AI Summary
This release introduces better user feedback mechanisms during installation and exercise execution, adds support for initializing Rustlings within a Cargo workspace, and includes formatting validation for all solutions.
Key Highlights
- Added pre-check messages to provide instant feedback and reduce confusion during exercise execution.
- Added error message for unsupported Rust versions during installation.
- Added support for initializing Rustlings in a Cargo workspace.
- Added `dev check` to verify that all solutions are formatted with `rustfmt`.
New Features
- Pre-check messages before running exercises
- Error message for low Rust versions during installation
- Cargo workspace initialization support
- README.md file added to the solutions directory
- Rustfmt formatting check in `dev 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.