v6.5.0
crewAIInc/crewAIv6.5.0Aug 21, 2025by mo8it
AI Summary
Updates the Rustlings learning tool to Rust edition 2024 and raises the minimum supported Rust version to 1.88, alongside various fixes and configuration changes.
Key Highlights
- Upgrade to Rust edition 2024
- Raise minimum supported Rust version to 1.88
- Added check for Clippy installation before initialization
- Fixed file links in VS Code and error printing issues
Breaking Changes
- Raise the minimum supported Rust version to 1.88
- Don't follow symlinks in the file watcher
New Features
- Clippy installation validation
- Rust edition 2024 upgrade
- Improved file watcher behavior
Full Release Notes
### Added - Check that Clippy is installed before initialization ### Changed - Upgrade to Rust edition 2024 - Raise the minimum supported Rust version to `1.88` - Don't follow symlinks in the file watcher - `dev new`: Don't add `.rustlings-state.txt` to `.gitignore` ### Fixed - Fix file links in VS Code - Fix error printing when the progress bar is shown - `dev check`: Don't check formatting if there are no solution files