mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-01 12:24:15 +00:00
Rename provides_extras to provides_extra (#15825)
## Summary This is now consistent with `requires_dist` (singular).
This commit is contained in:
parent
312084f2dd
commit
b770639c91
32 changed files with 94 additions and 96 deletions
|
|
@ -1002,7 +1002,7 @@ impl CacheBucket {
|
|||
Self::Interpreter => "interpreter-v4",
|
||||
// Note that when bumping this, you'll also need to bump it
|
||||
// in `crates/uv/tests/it/cache_clean.rs`.
|
||||
Self::Simple => "simple-v17",
|
||||
Self::Simple => "simple-v18",
|
||||
// Note that when bumping this, you'll also need to bump it
|
||||
// in `crates/uv/tests/it/cache_prune.rs`.
|
||||
Self::Wheels => "wheels-v5",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue