mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-02 04:48:18 +00:00
Prefix sys fields with sys_ consistently on Interpreter (#4084)
## Summary This is more consistent across the struct _and_ opens up space for `--prefix`.
This commit is contained in:
parent
120148f0a1
commit
fa2b6a28bc
6 changed files with 48 additions and 48 deletions
|
|
@ -636,7 +636,7 @@ impl CacheBucket {
|
|||
Self::BuiltWheels => "built-wheels-v3",
|
||||
Self::FlatIndex => "flat-index-v0",
|
||||
Self::Git => "git-v0",
|
||||
Self::Interpreter => "interpreter-v1",
|
||||
Self::Interpreter => "interpreter-v2",
|
||||
Self::Simple => "simple-v8",
|
||||
Self::Wheels => "wheels-v1",
|
||||
Self::Archive => "archive-v0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue