diff options
Diffstat (limited to 'vendor/tempfile/NEWS')
-rw-r--r-- | vendor/tempfile/NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/tempfile/NEWS b/vendor/tempfile/NEWS index 14f8a9e4e..a75e04090 100644 --- a/vendor/tempfile/NEWS +++ b/vendor/tempfile/NEWS @@ -1,3 +1,13 @@ +3.6.0 +===== + +- Update windows-sys to 0.48. +- Update rustix min version to 0.37.11 +- Forward some `NamedTempFile` and `SpooledTempFile` methods to the underlying `File` object for + better performance (especially vectorized writes, etc.). +- Implement `AsFd` and `AsHandle`. +- Misc documentation fixes and code cleanups. + 3.5.0 ===== |