Skip to content

0.4.0

Choose a tag to compare

@sunsided sunsided released this 16 Jun 19:10
· 51 commits to main since this release
fffc1b6

async-tempfile/0.4.0

To use it in your project, add:

[dependencies]
async-tempfile = "0.4.0"

Changes since 0.3.0

Added

  • Added uuid as a default crate feature and feature gated all uuid crate related functionality.
  • Added the new_with_name and new_with_name_in methods to use a provided file name.
  • Added the new_with_uuid and new_with_uuid_in methods to use a provided UUID as the file suffix.
  • The library now explicitly declares allow(unsafe_code).