mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-01 12:24:15 +00:00
## 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. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||