Files
uv/crates/uv-cache
samypr100 b38439bfc7 Avoid uv cache clean errors due to Win32 path normalization (#18856)
## Summary

Closes #16586

Adds a public function to `uv-fs` crate called `verbatim_path` which is
now leveraged by `rm_rf` in `uv-cache` crate for cleaning paths that
require verbatim composition to avoid failures seen in #16586.

## Test Plan

Tested locally on Windows 10 and 11 by setting `UV_CACHE_DIR` to a local
directory and then running `uv init`, `uv add uwsgi`, and `uv cache
clean` to ensure there is no failures.

Additionally unit and integration tests were added to avoid future
regressions.
2026-04-09 12:55:34 +02:00
..
2026-04-08 15:01:32 -05:00
2026-04-08 15:01:32 -05:00

uv-cache

This crate is an internal component of uv. The Rust API exposed here is unstable and will have frequent breaking changes.

This version (0.0.38) is a component of uv 0.11.5. The source can be found here.

See uv's crate versioning policy for details on versioning.