uv/crates/uv-cache
Charlie Marsh be8ad0c507
Restore cache suffix on Windows cache path (#6482)
## Summary

We accidentally changed the Windows cache directory from
`C:\Users\User\AppData\Local\uv\cache` to
`C:\Users\User\AppData\Local\uv` in v0.3.0. We're considering this a
bug, since it does _not_ match the documentation, and prior to v0.3.0,
we always used the former. This PR migrates back to the previous
location. It should be seamless for users, as we move the cache items to
the new location on startup.

Closes https://github.com/astral-sh/uv/issues/6417.
2024-08-22 22:04:57 -04:00
..
src Restore cache suffix on Windows cache path (#6482) 2024-08-22 22:04:57 -04:00
Cargo.toml Migrate to XDG and Linux strategy for macOS directories (#5806) 2024-08-20 11:31:46 -05:00