uv/crates/uv-dispatch
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
Cargo.toml Cache workspace discovery (#12096) 2025-03-10 22:03:30 +01:00