0.6.0
To add async-tempfile/0.6.0, run
cargo add async-tempfile@0.6.0To install the latest version, run
cargo add async-tempfileChanges since 0.5.0
Full Changelog: 0.5.0...v0.6.0
Added
- #7: Added
TempDirfor automatically deleted temporary directories.
Internal
- Refactored temporary file name generation.
- Run tests on Linux, MacOS and Windows.