uv/crates/uv-fs
Zanie Blue 082be90177
Use 0o666 permissions for flock files instead of 0o777 (#16845)
This removes executable permissions while retaining global read / global
write.

It's been suggested we should use 0o644 instead, dropping the global
write permissions (i.e., just the owner can write), but since we're
taking an exclusive lock I don't think that would work and we'd regress
the issue that was solved by updating the permissions. I think we'll
need to revisit the locking scheme if that's the goal, but regardless,
this seems like a net improvement.
2025-12-01 12:09:43 -06:00
..
src Use 0o666 permissions for flock files instead of 0o777 (#16845) 2025-12-01 12:09:43 -06:00
Cargo.toml Bump version to 0.9.14 (#16909) 2025-12-01 11:52:15 -05:00
README.md Fix the links to uv in crates.io member READMEs (#16848) 2025-11-25 18:47:32 +00:00

README.md

uv-fs

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

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