v6.5.0
antgroup/echomimic_v2v6.5.0Aug 21, 2025by mo8it
AI Summary
Updates the Rust exercise runner to the Rust 2024 edition with stricter pre-flight checks for Clippy installation.
Key Highlights
- Upgrade to Rust edition 2024
- Minimum supported Rust version raised to 1.88
- Check that Clippy is installed before initialization
New Features
- Symlink ignoring in file watcher
- Gitignore updates for state files
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