948 B
948 B
Version 0.3.4
- Implement
IntoIteratorforArrayQueueandSegQueue. (#772)
Version 0.3.3
- Fix stacked borrows violation in
ArrayQueuewhen-Zmiri-tag-raw-pointersis enabled. (#763)
Version 0.3.2
- Support targets that do not have atomic CAS on stable Rust. (#698)
Version 0.3.1
- Make
SegQueue::newconst fn. (#584) - Change license to "MIT OR Apache-2.0".
Version 0.3.0
- Bump the minimum supported Rust version to 1.36.
- Remove
PushErrorandPopError.
Version 0.2.3
- Fix bug in release (yanking 0.2.2)
Version 0.2.2
- Fix unsoundness issues by adopting
MaybeUninit. (#458)
Version 0.2.1
- Add
no_stdsupport.
Version 0.2.0
- Bump the minimum required version to 1.28.
- Bump
crossbeam-utilsto0.7.
Version 0.1.2
- Update
crossbeam-utilsto0.6.5.
Version 0.1.1
- Update
crossbeam-utilsto0.6.4.
Version 0.1.0
- Initial version with
ArrayQueueandSegQueue.