v6.5.0

leejet/stable-diffusion.cppv6.5.0Aug 21, 2025by mo8it

AI Summary

Rustlings update focusing on Rust version upgrades to Edition 2024 and MSRV 1.88, along with tooling improvements and file watcher behavior changes.

Key Highlights

  • Added check for Clippy installation before initialization
  • Upgraded to Rust edition 2024 and raised MSRV to 1.88
  • Don't follow symlinks in the file watcher
  • Updated dev new to not add state file to gitignore

New Features

  • Clippy installation check
  • Rust edition 2024 upgrade
  • MSRV 1.88 upgrade
  • Symlink handling change
  • Fixed file links in VS Code

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