uv/crates/uv-settings
Charlie Marsh 201dfef780
Insert backslash when appending to system drive (#9488)
## Summary

When you pass a system drive to `Path::join`, Rust doesn't insert a
backslash between the drive and the path itself, so our lookups for
system configuration were failing.

Closes https://github.com/astral-sh/uv/issues/9416.
2024-11-27 19:38:29 -05:00
..
src Insert backslash when appending to system drive (#9488) 2024-11-27 19:38:29 -05:00
Cargo.toml Eliminate dependencies on directores and dirs-sys (#8048) 2024-11-07 14:29:54 -06:00