mirror of
https://github.com/astral-sh/uv
synced 2026-01-23 14:30:14 -05:00
Cargo is currently recompiling uv-python on every invocation because the minified JSON output file is getting a mod time newer than the last run. Instead, set the mod time of the output file to the same as the input file.