1.6 KiB
1.6 KiB
Version 2.2.0
- Bump MSRV to 1.71. (#50)
- Update to
windows-sysv0.61. (#50)
Version 2.1.3
- Update
windows-systo v0.60. (#46)
Version 2.1.2
- Ensure that the docs for
create_dir_allare close to the equivalent function in libstd. (#35)
Version 2.1.1
- Fix a copy/paste error in documentation. (#33)
Version 2.1.0
- Bump
async-lockandfutures-liteto their latest versions. (#27, #28)
Version 2.0.0
- Breaking: Seal extension traits. (#20)
- Breaking: Remove unsafe implementations of the
FromRawFd/FromRawHandletraits. (#26) - Avoid using a
build.rsscript for feature autodetection. (#17) - Remove the
autocfgdependency. (#18) - Avoid a heap allocation in the
ReadDirimplementation. (#23)
Version 1.6.0
- Implement I/O safety traits on Rust 1.63+ (#13)
Version 1.5.0
- Replace
&mut selfwith&selfon the following methods:File::sync_data()File::sync_all()File::set_len()
Version 1.4.0
- Define new extension traits instead of implementing those from
std.
Version 1.3.0
- Implement
FromRawFd/FromRawHandleforFile. - Implement
OpenOptionsExtforOpenOptionson Windows. - Re-export some extension traits into OS-specific modules.
Version 1.2.1
- Optimization: Don't flush if the file is already flushed.
Version 1.2.0
- Update
blockingto v1.0
Version 1.1.2
- Do not reposition the cursor if the file is not seekable.
Version 1.1.1
- Update dependencies.
Version 1.1.0
- Implement
From<std::fs::File>forFile.
Version 1.0.1
- Fix build error on https://docs.rs
Version 1.0.0
- Initial version