mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Bump simple metadata cache version (#1617)
## Summary We made a breaking change to the cache representation, so some folks have had to `uv clean`. Let's bump it for the next release.
This commit is contained in:
parent
b296c04a67
commit
fef1956c62
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ impl CacheBucket {
|
|||
CacheBucket::FlatIndex => "flat-index-v0",
|
||||
CacheBucket::Git => "git-v0",
|
||||
CacheBucket::Interpreter => "interpreter-v0",
|
||||
CacheBucket::Simple => "simple-v0",
|
||||
CacheBucket::Simple => "simple-v1",
|
||||
CacheBucket::Wheels => "wheels-v0",
|
||||
CacheBucket::Archive => "archive-v0",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue