Fix test + styling

This commit is contained in:
marcvernet31 2025-11-06 17:53:00 +01:00
parent 4ef9c82cf4
commit bb70d00109
2 changed files with 2 additions and 1 deletions

View file

@ -135,7 +135,7 @@ struct ResolverState<InstalledPackages: InstalledPackagesProvider> {
unavailable_packages: DashMap<PackageName, UnavailablePackage>,
/// Incompatibilities for packages that are unavailable at specific versions.
incomplete_packages: DashMap<PackageName, DashMap<Version, MetadataUnavailable>>,
/// Packages for which we've already logged exclude_newer messages.
/// Packages for which we've already logged `exclude_newer` messages.
logged_exclude_newer: DashSet<PackageName>,
/// The options that were used to configure this resolver.
options: Options,

View file

@ -17995,6 +17995,7 @@ fn lock_explicit_default_index() -> Result<()> {
DEBUG Searching for a compatible version of project @ file://[TEMP_DIR]/ (*)
DEBUG Adding direct dependency: anyio*
DEBUG Searching for a compatible version of anyio (*)
DEBUG Excluding candidates for anyio published after 2024-03-25T00:00:00Z
DEBUG No compatible version found for: anyio
DEBUG Recording unit propagation conflict of anyio from incompatibility of (project)
DEBUG Searching for a compatible version of project @ file://[TEMP_DIR]/ (<0.1.0 | >0.1.0)