mirror of
https://github.com/astral-sh/uv
synced 2026-01-21 05:20:09 -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.