uv/crates/puffin-installer
konsti de9e85978b
Fix tempdir rename (#94)
This fixes two bugs on linux:

`/tmp` and `$HOME` are technically on two different partitions on my
machine, which means that rename-as-atomic-dir-write doesn't work. The
solution is to create the temp dir in the target directory.

zip files may contain directory entries, we can't create files for them
but need to create directories. We could skip them though because iirc
they are not in the RECORD so they won't be uninstalled.
2023-10-12 18:47:38 +00:00
..
src Fix tempdir rename (#94) 2023-10-12 18:47:38 +00:00
Cargo.toml Enable release builds via cargo-dist (#79) 2023-10-09 20:48:55 +00:00