mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-28 15:43:47 +00:00
Update pubgrub to use a dependency provider (#2648)
With https://github.com/pubgrub-rs/pubgrub/pull/190, pubgrub attaches all types to a dependency provider to reduce the number of generics. We need a dummy dependency provider now to emulate this. On the plus side, pep440_rs drops its pubgrub dependency.
This commit is contained in:
parent
8cc69a723d
commit
33bde826a0
9 changed files with 51 additions and 34 deletions
|
@ -20,6 +20,7 @@ mod bare;
|
|||
mod candidate_selector;
|
||||
mod constraints;
|
||||
mod dependency_mode;
|
||||
mod dependency_provider;
|
||||
mod editables;
|
||||
mod error;
|
||||
mod finder;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue