v6.5.0

vllm-project/vllmv6.5.0Aug 21, 2025by mo8it

AI Summary

Upgrades the Rust toolchain to edition 2024 and raises the minimum supported Rust version, along with improvements to the file watcher and VS Code integration.

Key Highlights

  • Upgrade to Rust edition 2024
  • Minimum supported Rust version raised to 1.88
  • Added Clippy installation check before initialization
  • Improved VS Code file link handling

Breaking Changes

  • Minimum supported Rust version raised to 1.88

New Features

  • Check that Clippy is installed before initialization
  • Don't follow symlinks in the file watcher
  • Improved formatting check logic for empty solution 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