uv/crates/uv-resolver
Charlie Marsh 9339e55a11
Add `version` to `ResolvedDist` (#9102)
## Summary

I need this for the derivation chain work
(https://github.com/astral-sh/uv/issues/8962), but it just seems
generally useful. You can't always get a version from a `Dist` (it could
be URL-based!), but when we create a `ResolvedDist`, we _do_ know the
version (and not just the URL). This PR preserves it.
2024-11-13 19:06:16 -05:00
..
src Add `version` to `ResolvedDist` (#9102) 2024-11-13 19:06:16 -05:00
Cargo.toml Merge uv-pubgrub into uv-pep440 (#8669) 2024-10-29 20:15:18 +01:00