uv/crates/uv-extract
konsti 9a720a87c8
Only preserve the executable bit (#1743)
A file in a zip can set arbitrary unix permissions, but we, like pip,
want to preserve only the executable bit and otherwise use the OS
defaults.

This should be faster for wheels with many files since we now avoid the
blocking fs call to set the permissions in most cases.

Fixes #1740.
2024-02-20 16:41:05 +01:00
..
src Only preserve the executable bit (#1743) 2024-02-20 16:41:05 +01:00
Cargo.toml Rename to uv (#1302) 2024-02-15 11:19:46 -06:00