uv/crates/uv-extract
Charlie Marsh e70cf25ea7
Fix .tgz parsing to respect true extension (#13382)
## Summary

We mapped both `.tgz` and `.tar.gz` to the same enum variant; later,
though, we made the assumption that a file marked with that variant
ended with exactly `.tar.gz`. Instead, we need to preserve the
originating suffix.

Closes https://github.com/astral-sh/uv/issues/13372.
2025-05-10 20:55:28 +00:00
..
src Fix .tgz parsing to respect true extension (#13382) 2025-05-10 20:55:28 +00:00
Cargo.toml Move static feature out of perf features (#13265) 2025-05-02 15:56:40 +00:00