Skip to content

Releases: smol-rs/async-fs

v2.1.2

27 Apr 23:03
v2.1.2
6eee6bc
Compare
Choose a tag to compare
  • Ensure that the docs for create_dir_all are close to the equivalent function
    in libstd. (#35)

v2.1.1

06 Feb 03:21
v2.1.1
5fda2aa
Compare
Choose a tag to compare
  • Fix a copy/paste error in documentation. (#33)

v2.1.0

06 Nov 01:24
v2.1.0
2446bcc
Compare
Choose a tag to compare
  • Bump async-lock and futures-lite to their latest versions. (#27, #28)

v2.0.0

18 Oct 04:13
c8ecbc4
Compare
Choose a tag to compare
  • Breaking: Seal extension traits. (#20)
  • Breaking: Remove unsafe implementations of the FromRawFd/FromRawHandle traits. (#26)
  • Avoid using a build.rs script for feature autodetection. (#17)
  • Remove the autocfg dependency. (#18)
  • Avoid a heap allocation in the ReadDir implementation. (#23)

v1.6.0

17 Aug 20:33
Compare
Choose a tag to compare
  • Implement I/O safety traits on Rust 1.63+ (#13)