0.4.0
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
uuidas a default crate feature and feature gated alluuidcrate related functionality. - Added the
new_with_nameandnew_with_name_inmethods to use a provided file name. - Added the
new_with_uuidandnew_with_uuid_inmethods to use a provided UUID as the file suffix. - The library now explicitly declares
allow(unsafe_code).