Skip to content
Release 2.1.0

* Implement `AsRef<File>` for `NamedTempFile`.
* Implement `From<NamedTempFile>` for `File`. This allows us to convert
  named temporary files to unnamed temporary files without the
  possibility of errors.