uv/crates/uv-dev/src
Charlie Marsh cba270f750
Respect index strategy in source distribution builds (#4468)
## Summary

The `--index-strategy` is linked to the index locations, which we
propagate to source distribution builds; so it makes sense to pass the
`--index-strategy` too.

While I was here, I made `exclude_newer` a required argument so that we
don't forget to set it via the `with_options` builder.

Closes https://github.com/astral-sh/uv/issues/4465.
2024-06-24 12:03:38 +00:00
..
build.rs Respect index strategy in source distribution builds (#4468) 2024-06-24 12:03:38 +00:00
clear_compile.rs Add an option to bytecode compile during installation (#2086) 2024-03-05 03:35:24 +00:00
compile.rs Add PythonEnvironment::find API (#4423) 2024-06-20 17:54:17 +00:00
generate_json_schema.rs Load configuration options from workspace root (#4295) 2024-06-14 01:26:20 +00:00
main.rs Remove cargo dev fetch-python (#4337) 2024-06-17 18:49:06 +00:00
render_benchmarks.rs Move render-benchmarks under a Cargo feature (#3815) 2024-05-24 03:00:53 +00:00
wheel_metadata.rs Use VerbatimParsedUrl in pep508_rs (#3758) 2024-05-23 19:52:47 +00:00