Skip to content

Releases: smol-rs/smol

v2.0.2

07 Sep 17:37
v2.0.2
Compare
Choose a tag to compare
  • Update docs to mention smol-macros. (#319)

v2.0.1

14 Aug 03:05
v2.0.1
Compare
Choose a tag to compare
  • Add a mention to the documentation of smol::spawn that tasks spawned with
    this function don't have their destructors called when the program ends. (#312)

v2.0.0

31 Dec 18:43
v2.0.0
d37bf58
Compare
Choose a tag to compare
  • Breaking: Bump subcrates to their newest major versions. (#277, #280, #281, #282, #283)
  • Run the async-process driver on the executor. (#284)

v1.3.0

29 Nov 13:47
Compare
Choose a tag to compare
  • Remove the dependency on the once_cell crate to restore the MSRV. (#241)