uv/crates/distribution-types
Charlie Marsh 1bbb05dca7
Invalidate uv.lock if registry sources are removed (#6026)
## Summary

Now, if you resolve against a registry, then swap it out for another, we
won't reuse the lockfile. (If you don't provide any registry
configuration, then we won't enforce this, so that `uv lock --index-url
foo` and `uv lock` is stable.)

Closes https://github.com/astral-sh/uv/issues/5920.
2024-08-13 23:42:04 +00:00
..
src Invalidate uv.lock if registry sources are removed (#6026) 2024-08-13 23:42:04 +00:00
Cargo.toml Retain and respect settings in tool upgrades (#5937) 2024-08-09 18:21:49 +00:00