mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-03 05:03:46 +00:00
Take a build constraints reference in BuildDispatch (#15090)
## Summary This is just more consistent with the other fields.
This commit is contained in:
parent
089b6d5538
commit
57f900ad0d
11 changed files with 18 additions and 15 deletions
|
|
@ -182,7 +182,7 @@ mod resolver {
|
|||
let build_context = BuildDispatch::new(
|
||||
client,
|
||||
&cache,
|
||||
build_constraints,
|
||||
&build_constraints,
|
||||
interpreter,
|
||||
&index_locations,
|
||||
&flat_index,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue