Skip to content

crossbeam-queue 0.3.10

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Dec 06:26
· 271 commits to master 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)