Skip to content

Loom 0.7.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Aug 12:30
· 11 commits to master since this release
a7033ee

This release bumps the MSRV to 1.65. (#332)

Added

  • Add Cell::into_inner (#341)

Changed

  • Update generator to 0.8.1 (#338)

Fixed

  • Disable default features of tracing (#343)
  • Fix typo (#344)
  • Use core:: instead of std:: in lazy_static! macro (#340)
  • Allow Mutex to work with ?Sized types (#339)