mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-20 03:49:54 +00:00
## Summary
You can now use `cache-keys = [{ git = { commit = true, tags = true }
}]` to include both the current commit and set of tags in the cache key.
Closes https://github.com/astral-sh/uv/issues/7866.
Closes https://github.com/astral-sh/uv/issues/7997.
|
||
|---|---|---|
| .. | ||
| combine.rs | ||
| lib.rs | ||
| settings.rs | ||