mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
.
This commit is contained in:
parent
6e4e5aaf8d
commit
bd7d6d20ef
1 changed files with 1 additions and 1 deletions
|
@ -1261,7 +1261,7 @@ impl<InstalledPackages: InstalledPackagesProvider> ResolverState<InstalledPackag
|
||||||
.prioritized()
|
.prioritized()
|
||||||
.and_then(|prioritized_dist| prioritized_dist.variants_json())
|
.and_then(|prioritized_dist| prioritized_dist.variants_json())
|
||||||
{
|
{
|
||||||
&variants_json.file;
|
let url = variants_json.file.url.to_url().expect("TODO(konsti)");
|
||||||
}
|
}
|
||||||
|
|
||||||
let dist = match candidate.dist() {
|
let dist = match candidate.dist() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue