uv/crates/uv-resolver
Charlie Marsh 1a3ec9d04f
Avoid enforcing platform compatibility when validating lockfile (#7305)
## Summary

We have to call `to_dist` to get metadata while validating the lockfile,
but some of the distributions won't match the current platform -- and
that's fine!
2024-09-11 19:17:07 +00:00
..
src Avoid enforcing platform compatibility when validating lockfile (#7305) 2024-09-11 19:17:07 +00:00
Cargo.toml Extract METADATA reading into a crate (#7231) 2024-09-10 13:31:01 +00:00