Skip to content

0.6.0

Choose a tag to compare

@sunsided sunsided released this 30 Jun 11:21
· 3 commits to main since this release
72cc3e5

To add async-tempfile/0.6.0, run

cargo add async-tempfile@0.6.0

To install the latest version, run

cargo add async-tempfile

Changes since 0.5.0

Full Changelog: 0.5.0...v0.6.0

Added

  • #7: Added TempDir for automatically deleted temporary directories.

Internal

  • Refactored temporary file name generation.
  • Run tests on Linux, MacOS and Windows.

Pull requests