mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-31 00:53:49 +00:00
expose FlatDistributions
struct in public API (#7833)
Would it be okay to expose this struct? We currently use our own ResolveProvider, and it would be nice to use the `FlatDistributions` for easy `VersionMap` creation. Thanks!
This commit is contained in:
parent
f68e3dfd9d
commit
50116efb10
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ pub use dependency_mode::DependencyMode;
|
|||
pub use error::{NoSolutionError, NoSolutionHeader, ResolveError};
|
||||
pub use exclude_newer::ExcludeNewer;
|
||||
pub use exclusions::Exclusions;
|
||||
pub use flat_index::FlatIndex;
|
||||
pub use flat_index::{FlatDistributions, FlatIndex};
|
||||
pub use lock::{
|
||||
Lock, LockError, RequirementsTxtExport, ResolverManifest, SatisfiesResult, TreeDisplay,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue