v6.5.0

astral-sh/uvv6.5.0Aug 21, 2025by mo8it

AI Summary

Upgrades to Rust edition 2024 and raises the minimum supported Rust version to 1.88.

Key Highlights

  • Rust edition 2024 support
  • Minimum Rust version raised to 1.88
  • Clippy installation check
  • Symlink handling in file watcher

Breaking Changes

  • Upgrade to Rust edition 2024
  • Raise the minimum supported Rust version to 1.88

New Features

  • Check for Clippy installation
  • Dev new ignores .rustlings-state.txt
  • Fix file links in VS Code
  • Fix error printing when progress bar is shown
  • Dev check skips formatting if no 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