Skip to content

v0.6.2

Compare
Choose a tag to compare
@arthurprs arthurprs released this 25 Jul 14:26
· 18 commits to master since this release

What's Changed

  • Fix race between sync::Cache::insert and PlaceholderGuard::insert by @pushrax in #40
  • Modify shuttle tests to cover more race conditions by @arthurprs in #42
  • Fix unsyc::Guard::insert debug assert by @arthurprs in #41
  • shuttle cargo profile which is optimized but includes debug assertions and overflow checks by @arthurprs in #43

New Contributors