File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ # Version 2.0.0
2+
3+ - ** Breaking:** Seal extension traits. (#20 )
4+ - ** Breaking:** Remove unsafe implementations of the ` FromRawFd ` /` FromRawHandle ` traits. (#26 )
5+ - Avoid using a ` build.rs ` script for feature autodetection. (#17 )
6+ - Remove the ` autocfg ` dependency. (#18 )
7+ - Avoid a heap allocation in the ` ReadDir ` implementation. (#23 )
8+
19# Version 1.6.0
210
311- Implement I/O safety traits on Rust 1.63+ (#13 )
Original file line number Diff line number Diff line change 22name = " async-fs"
33# When publishing a new version:
44# - Update CHANGELOG.md
5- # - Create "v1 .x.y" git tag
6- version = " 1.6 .0"
5+ # - Create "v2 .x.y" git tag
6+ version = " 2.0 .0"
77authors = [" Stjepan Glavina <stjepang@gmail.com>" ]
88edition = " 2018"
99rust-version = " 1.63"
You can’t perform that action at this time.
0 commit comments