Skip to content

crossbeam-queue 0.3.10

Choose a tag to compare

@github-actions github-actions released this 24 Dec 06:26
· 344 commits to main since this release
  • Relax the minimum supported Rust version to 1.60. (#1056)
  • Implement UnwindSafe and RefUnwindSafe for ArrayQueue and SegQueue. (#1053)
  • Optimize Drop implementation of ArrayQueue. (#1057)