uv/crates/uv-cache/src
Charlie Marsh 0ce039d1f9
Remove Option<bool> for --no-cache (#3129)
## Summary

This was unintended. We ended up reverting `Option<bool>` everywhere,
but I missed this once since it's in a separate file.

(If you use `Option<bool>`, Clap requires a value, like `--no-cache
true`.)

## Test Plan

`cargo run pip install flask --no-cache`
2024-04-18 22:56:46 +00:00
..
archive.rs Store IDs rather than paths in the cache (#2985) 2024-04-10 21:07:51 -04:00
by_timestamp.rs Rename to uv (#1302) 2024-02-15 11:19:46 -06:00
cli.rs Remove Option<bool> for --no-cache (#3129) 2024-04-18 22:56:46 +00:00
lib.rs Support freethreading python (#2805) 2024-04-12 09:39:47 +00:00
removal.rs Rename to uv (#1302) 2024-02-15 11:19:46 -06:00
timestamp.rs Rename to uv (#1302) 2024-02-15 11:19:46 -06:00
wheel.rs Enable PEP 517 builds for unnamed requirements (#2600) 2024-03-21 22:46:39 -04:00