v0.3.0
Changed
- Use
tempfilefor all temporary file writes (it now natively supportsO_TMPFILE); - Replace
libc::fchownwithrustix::fs::fchownfor better parity withtempfile's dependencies; - Improve performance of
copy_file;
tempfile for all temporary file writes (it now natively supports O_TMPFILE);libc::fchown with rustix::fs::fchown for better parity with tempfile's dependencies;copy_file;