mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-28 07:33:46 +00:00
Use distinct Constraints
and Overrides
types more widely (#2741)
## Summary No functional changes.
This commit is contained in:
parent
472d302ef0
commit
6d5b5ae9a2
15 changed files with 71 additions and 45 deletions
|
@ -18,7 +18,7 @@ pub use yanks::AllowedYanks;
|
|||
|
||||
mod bare;
|
||||
mod candidate_selector;
|
||||
mod constraints;
|
||||
|
||||
mod dependency_mode;
|
||||
mod dependency_provider;
|
||||
mod editables;
|
||||
|
@ -26,7 +26,6 @@ mod error;
|
|||
mod exclusions;
|
||||
mod manifest;
|
||||
mod options;
|
||||
mod overrides;
|
||||
mod pins;
|
||||
mod preferences;
|
||||
mod prerelease_mode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue