Skip to content

Releases: smol-rs/async-fs

v2.2.0

14 Sep 14:10

Choose a tag to compare

  • Bump MSRV to 1.71. (#50)
  • Update to windows-sys v0.61. (#50)

v2.1.3

19 Jul 15:10

Choose a tag to compare

  • Update windows-sys to v0.60. (#46)

v2.1.2

27 Apr 23:03
v2.1.2
6eee6bc

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

Choose a tag to compare

  • Fix a copy/paste error in documentation. (#33)

v2.1.0

06 Nov 01:24
v2.1.0
2446bcc

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

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

Choose a tag to compare

  • Implement I/O safety traits on Rust 1.63+ (#13)