v6.5.0
QwenLM/Qwen3-VLv6.5.0Aug 21, 2025by mo8it
AI Summary
Rustlings 6.5.0 upgrades to Rust edition 2024, raises the minimum supported Rust version to 1.88, and fixes several issues with file links and error printing.
Key Highlights
- Upgraded to Rust edition 2024
- Raised minimum supported Rust version to 1.88
- Fixed file links in VS Code
- Fixed error printing when progress bar is shown
- Don't check formatting if there are no solution files
Breaking Changes
- Raised minimum supported Rust version to 1.88
New Features
- Rust edition 2024 support
- Improved VS Code integration
- Better error handling
- Optimized formatting checks
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