Skip to content

Commit

Permalink
Bump simple metadata cache version (#1617)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
charliermarsh committed Feb 17, 2024
1 parent b296c04 commit fef1956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/uv-cache/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
Expand Down

0 comments on commit fef1956

Please sign in to comment.