Use Preferences struct in Manifest API (#4496)

## Summary

This is just a bit more consistent with `Overrides` and `Constraints`.
This commit is contained in:
Charlie Marsh 2024-06-25 02:28:55 +03:00 committed by GitHub
parent 10ec9c9d0b
commit 604be9ed71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 20 additions and 13 deletions

View file

@ -6,7 +6,7 @@ pub use flat_index::FlatIndex;
pub use lock::{Lock, LockError};
pub use manifest::Manifest;
pub use options::{Options, OptionsBuilder};
pub use preferences::{Preference, PreferenceError};
pub use preferences::{Preference, PreferenceError, Preferences};
pub use prerelease_mode::PreReleaseMode;
pub use pubgrub::{PubGrubSpecifier, PubGrubSpecifierError};
pub use python_requirement::PythonRequirement;