mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-29 03:02:55 +00:00
Rename Workspace.root to Workspace.install_path (#4859)
Renaming in preparation of #4833, which adds a `Workspace.lock_path`. No functional changes.
This commit is contained in:
parent
91e4d880a9
commit
d787e69f7c
8 changed files with 24 additions and 23 deletions
|
|
@ -394,7 +394,7 @@ impl Lock {
|
|||
}
|
||||
let name = dist.id.name.clone();
|
||||
let resolved_dist =
|
||||
ResolvedDist::Installable(dist.to_dist(project.workspace().root(), tags)?);
|
||||
ResolvedDist::Installable(dist.to_dist(project.workspace().install_path(), tags)?);
|
||||
map.insert(name, resolved_dist);
|
||||
}
|
||||
let diagnostics = vec![];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue