Skip to content

v0.3.0

Choose a tag to compare

@joshstoik1 joshstoik1 released this 09 Mar 16:46
· 60 commits to master since this release

Changed

  • Use tempfile for all temporary file writes (it now natively supports O_TMPFILE);
  • Replace libc::fchown with rustix::fs::fchown for better parity with tempfile's dependencies;
  • Improve performance of copy_file;