uv/crates/uv-bench
Charlie Marsh ed0759fb45
Omit wheels from lockfile based on --exclude-newer (#12299)
## Summary

We respect `--exclude-newer` during resolution, but we weren't applying
it to individual _files_ when writing the lockfile. As a result, if
wheels were added to a distribution after its initial release, we'd end
up including them in the lockfile, even if they were uploaded after the
`--exclude-newer` date.

Closes https://github.com/astral-sh/uv/issues/12296.
2025-03-22 12:27:11 -04:00
..
benches Omit wheels from lockfile based on --exclude-newer (#12299) 2025-03-22 12:27:11 -04:00
inputs Add uv- prefix to all internal crates (#7853) 2024-10-01 20:15:32 -04:00
src Add uv- prefix to all internal crates (#7853) 2024-10-01 20:15:32 -04:00
Cargo.toml Cache workspace discovery (#12096) 2025-03-10 22:03:30 +01:00