Skip to content

v0.5.0

Compare
Choose a tag to compare
@jamesbornholt jamesbornholt released this 23 Nov 00:25
· 52 commits to main since this release
ea63f65

This version updates the embedded rand library to v0.8. Tests that use shuttle::rand will need to update to the v0.8 interface of rand, which included some breaking changes.

  • Update rand and other dependencies (#89)
  • Implement abort for future::JoinHandle (#87)
  • Correctly handle the main thread's thread-local storage destructors (#88)