async-std v1.6.3 Release Notes

Release Date: 2020-07-31 // over 3 years ago
  • โž• Added

    ๐Ÿ”„ Changed

    • Switched from smol to individual executor parts. (#836)
    • Replaced internal Mutex implementation with async-mutex. (#822)

    ๐Ÿ›  Fixed

    • โž• Added missing Send guards to Stream::collect. (#665)