mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Add a dedicated struct for source annotations (#3478)
This commit is contained in:
parent
8bcb2365bf
commit
f16cbfda7e
30 changed files with 177 additions and 149 deletions
|
@ -132,7 +132,7 @@ pub(crate) async fn resolve_many(args: ResolveManyArgs) -> Result<()> {
|
|||
extras: requirement.extras,
|
||||
version_or_url: Some(equals_version),
|
||||
marker: None,
|
||||
path: requirement.path,
|
||||
source: requirement.source,
|
||||
}
|
||||
} else {
|
||||
requirement
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue