uv/crates/uv-build-frontend
Charlie Marsh 627c062cab
Reject `match-runtime = true` for dynamic packages (#15292)
## Summary

If `match-runtime = true`, but we can't resolve a package's metadata
statically, then we can't _know_ what the runtime version of the package
will be -- because we can't resolve without building it. This PR makes
that footgun clearer by raising an error.

Closes https://github.com/astral-sh/uv/issues/15264.
2025-08-15 10:18:11 +01:00
..
src Reject `match-runtime = true` for dynamic packages (#15292) 2025-08-15 10:18:11 +01:00
.gitignore Rename `uv-build` to `uv-build-frontend` (#7688) 2024-09-25 14:17:54 -04:00
Cargo.toml Add `extra-build-dependencies` hint for any missing module on build failure (#15252) 2025-08-14 12:00:57 -05:00