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:
Wolf Vollprecht 2024-03-22 10:15:22 -04:00 committed by GitHub
parent a4fb2ad739
commit 68432e77e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 5 deletions

View file

@ -14,6 +14,7 @@ pub use resolver::{
WheelMetadataResult,
};
pub use version_map::VersionMap;
pub use yanks::AllowedYanks;
mod bare;
mod candidate_selector;