Releases: crossbeam-rs/crossbeam
Releases · crossbeam-rs/crossbeam
crossbeam-utils 0.8.17
- Bump the minimum supported Rust version to 1.61. (#1037)
- Improve support for targets without atomic CAS or 64-bit atomic. (#1037)
- Always implement
UnwindSafe
andRefUnwindSafe
forAtomicCell
. (#1045) - Improve compatibility with Miri, TSan, and loom. (#995, #1003)
- Improve compatibility with unstable
oom=panic
. (#1045) - Improve implementation of
CachePadded
. (#1014, #1025) - Update
loom
dependency to 0.7.
crossbeam-queue 0.3.9
crossbeam-epoch 0.9.16
crossbeam-deque 0.8.4
- Bump the minimum supported Rust version to 1.61. (#1037)
crossbeam-channel 0.5.9
- Bump the minimum supported Rust version to 1.61. (#1037)
crossbeam-utils 0.8.16
- Improve implementation of
CachePadded
. (#967)
crossbeam-epoch 0.9.15
- Update
memoffset
to 0.9. (#981)
crossbeam-channel 0.5.8
- Fix race condition in unbounded channel. (#972)
crossbeam-utils 0.8.15
crossbeam-epoch 0.9.14
- Update
memoffset
to 0.8. (#955)