mirror of
https://github.com/astral-sh/uv
synced 2026-01-23 06:20:12 -05:00
By default, Cargo runs the build script if any file in the package changes (https://doc.rust-lang.org/cargo/reference/build-scripts.html#change-detection). In our case, we only need to rerun it if `download-metadata.json` changed.