uv/crates/uv-git/src
Charlie Marsh f266fb711c
Use full requirement when serializing receipt (#5494)
## Summary

The current receipt doesn't capture quite enough information. For
example, it doesn't differentiate between editable and non-editable
requirements. This PR instead uses the full `Requirement` type. I think
we should use a custom representation like we do in the lockfile, but
I'm just using the default representation to demonstrate the idea.
2024-07-31 16:16:39 +00:00
..
git.rs Use full requirement when serializing receipt (#5494) 2024-07-31 16:16:39 +00:00
lib.rs Respect resolved Git SHAs in uv lock (#3956) 2024-06-01 12:40:11 +00:00
resolver.rs Remove some unused methods (#5512) 2024-07-28 17:20:12 +00:00
sha.rs Use full requirement when serializing receipt (#5494) 2024-07-31 16:16:39 +00:00
source.rs Use hasher to compute resolution hash (#5495) 2024-07-26 23:24:09 +00:00