crossbeam-channel 0.5.15
- Fix regression introduced in 0.5.12 that can lead to a double free when dropping unbounded channel. (#1187)
crossbeam-utils 0.8.21
- Improve implementation of
CachePadded. (#1152)
crossbeam-queue 0.3.12
- Fix stack overflow when pushing large value to
SegQueue. (#1146, #1147, #1159)
crossbeam-deque 0.8.6
- Fix stack overflow when pushing large value to
Injector. (#1146, #1147, #1159)
crossbeam-channel 0.5.14
- Fix stack overflow when sending large value to unbounded channel. (#1146, #1147)
- Add
Select::new_biasedfunction. (#1150) - Remove inefficient spinning. (#1154)
- Suppress buggy
clippy::zero_repeat_side_effectslint in macro generated code. (#1123)
crossbeam-utils 0.8.20
- Implement
DisplayforCachePadded. (#1097)
crossbeam-channel 0.5.13
- Add
select_biased!macro. (#1040)
crossbeam-channel 0.5.12
- Fix memory leak in unbounded channel. (#1084)
crossbeam-skiplist 0.1.3
- Remove dependency on
cfg-if. (#1072)
crossbeam 0.8.4
- Remove dependency on
cfg-if. (#1072)