bab447dfc0
make missing files warning debug Currently, there are a lot of spurious warning messages about missing files for some packages. This results in output like this, with dozens or more of the same message: ``` ❯ : uv tool install audible-cli --upgrade WARN Skipping file for beautifulsoup4: beautifulsoup4-4.6.1-py2.7.egg WARN Skipping file for beautifulsoup4: beautifulsoup4-4.6.1-py3.5.egg WARN Skipping file for pyasn1: pyasn1-0.0.11a-py2.3.egg WARN Skipping file for pyasn1: pyasn1-0.0.11a-py2.4.egg WARN Skipping file for pyasn1: pyasn1-0.0.11a-py2.5.egg WARN Skipping file for pyasn1: pyasn1-0.0.11a-py2.6.egg WARN Skipping file for pyasn1: pyasn1-0.0.11a-py2.7.egg WARN Skipping file for pyasn1: pyasn1-0.0.12a-py2.3.egg WARN Skipping file for pyasn1: pyasn1-0.0.12a-py2.4.egg WARN Skipping file for pyasn1: pyasn1-0.0.12a-py2.5.egg WARN Skipping file for pyasn1: pyasn1-0.0.12a-py2.6.egg WARN Skipping file for pyasn1: pyasn1-0.0.12a-py2.7.egg WARN Skipping file for pyasn1: pyasn1-0.0.13-py2.3.egg WARN Skipping file for pyasn1: pyasn1-0.0.13-py2.4.egg WARN Skipping file for pyasn1: pyasn1-0.0.13-py2.5.egg WARN Skipping file for pyasn1: pyasn1-0.0.13-py2.6.egg WARN Skipping file for pyasn1: pyasn1-0.0.13-py2.7.egg ``` This change makes them debug messages instead to avoid all these unhelpful messages.
uv-client
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.24) is a component of uv 0.10.4. The source can be found here.
See uv's crate versioning policy for details on versioning.