mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-01 01:22:18 +00:00
fix: expose AllowedYanks
(#2608)
## Summary If I see correctly, this is used in the interface of `DefaultResolverProvider` but not accessible outside.
This commit is contained in:
parent
a4fb2ad739
commit
68432e77e5
2 changed files with 3 additions and 5 deletions
|
@ -14,6 +14,7 @@ pub use resolver::{
|
|||
WheelMetadataResult,
|
||||
};
|
||||
pub use version_map::VersionMap;
|
||||
pub use yanks::AllowedYanks;
|
||||
|
||||
mod bare;
|
||||
mod candidate_selector;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue