uv/crates/uv-dispatch
konsti 05fa19c440
Use explicit credentials cache instead of global static (#16768)
Fixes https://github.com/astral-sh/uv/issues/16447

Passing this around explicitly uncovers some behaviors where we pass
e.g. the credentials store to reading the lockfile. The changes in this
PR should preserve the existing behavior for now, they only make the
locations we read from more explicit.

Labeling this PR as "Enhancement" instead of "Internal" in case this
changes behavior when it shouldn't have.
2025-12-03 14:51:25 +01:00
..
src Use explicit credentials cache instead of global static (#16768) 2025-12-03 14:51:25 +01:00
Cargo.toml Bump version to 0.9.15 (#16942) 2025-12-02 17:48:28 -06:00
README.md Link to the uv version in crates.io member READMEs (#16939) 2025-12-02 20:02:22 +00:00

README.md

uv-dispatch

This crate is an internal component of uv. The Rust API exposed here is unstable and will have frequent breaking changes.

This version (0.0.4) is a component of uv 0.9.14. The source can be found here.

See uv's crate versioning policy for details on versioning.