Skip to content

Releases: crossbeam-rs/crossbeam

crossbeam-epoch 0.9.12

20 Nov 09:52
5feb8e6
Compare
Choose a tag to compare
  • Update memoffset to 0.7. (#926)
  • Improve support for custom targets. (#922)

crossbeam-utils 0.8.12

29 Sep 03:15
Compare
Choose a tag to compare
  • Remove the dependency on the once_cell crate to restore the MSRV. (#913)
  • Work around rust-lang#98302, which causes compile error on windows-gnu when LTO is enabled. (#913)

crossbeam-epoch 0.9.11

29 Sep 03:16
Compare
Choose a tag to compare
  • Remove the dependency on the once_cell crate to restore the MSRV. (#913)
  • Work around rust-lang#98302, which causes compile error on windows-gnu when LTO is enabled. (#913)

crossbeam-utils 0.8.11

23 Jul 07:03
5e0f59a
Compare
Choose a tag to compare
  • Bump the minimum supported Rust version to 1.38. (#877)

crossbeam-queue 0.3.6

23 Jul 07:02
5e0f59a
Compare
Choose a tag to compare
  • Bump the minimum supported Rust version to 1.38. (#877)

crossbeam-epoch 0.9.10

23 Jul 07:03
5e0f59a
Compare
Choose a tag to compare
  • Bump the minimum supported Rust version to 1.38. (#877)
  • Mitigate the risk of segmentation faults in buggy downstream implementations. (#879)
  • Add {Atomic, Shared}::try_into_owned (#701)

crossbeam-deque 0.8.2

23 Jul 07:03
5e0f59a
Compare
Choose a tag to compare
  • Bump the minimum supported Rust version to 1.38. (#877)

crossbeam-channel 0.5.6

23 Jul 07:03
5e0f59a
Compare
Choose a tag to compare
  • Bump the minimum supported Rust version to 1.38. (#877)

crossbeam 0.8.2

23 Jul 07:05
5e0f59a
Compare
Choose a tag to compare
  • Bump the minimum supported Rust version to 1.38. (#877)

crossbeam-utils 0.8.10

23 Jun 15:49
f12133c
Compare
Choose a tag to compare
  • Fix unsoundness of AtomicCell on types containing niches. (#834)
    This fix contains breaking changes, but they are allowed because this is a soundness bug fix. See #834 for more.