uv/crates/uv-distribution-types
Charlie Marsh 734b228edf
Drop trailing slashes when converting index URL from URL (#14346)
## Summary

In #14245, we started normalizing index URLs by dropping the trailing
slash in the lockfile. We added tests to ensure that this didn't cause
existing lockfiles to be invalidated, but we missed one of the
constructors (specifically, the path that's used with
`tool.uv.sources`).
2025-06-29 09:36:13 -04:00
..
src Drop trailing slashes when converting index URL from URL (#14346) 2025-06-29 09:36:13 -04:00
Cargo.toml Require disambiguated relative paths for --index (#14152) 2025-06-25 10:02:06 +02:00