Skip to content

Releases: crossbeam-rs/crossbeam

crossbeam-epoch 0.9.18

08 Jan 12:57
Compare
Choose a tag to compare
  • Remove dependency on cfg-if. (#1072)
  • Remove dependency on autocfg. (#1071)

crossbeam-deque 0.8.5

08 Jan 12:57
Compare
Choose a tag to compare
  • Remove dependency on cfg-if. (#1072)

crossbeam-channel 0.5.11

08 Jan 12:57
Compare
Choose a tag to compare
  • Remove dependency on cfg-if. (#1072)

crossbeam 0.8.4

08 Jan 12:58
Compare
Choose a tag to compare
  • Remove dependency on cfg-if. (#1072)

crossbeam-utils 0.8.18

24 Dec 06:23
Compare
Choose a tag to compare
  • Relax the minimum supported Rust version to 1.60. (#1056)
  • Improve scalability of AtomicCell fallback. (#1055)

crossbeam-skiplist 0.1.2

24 Dec 07:20
Compare
Choose a tag to compare
  • Bump the minimum supported Rust version to 1.61. (#1037)
  • Add compare_insert. (#976)
  • Improve support for targets without atomic CAS. (#1037)
  • Remove build script. (#1037)
  • Remove dependency on scopeguard. (#1045)

crossbeam-queue 0.3.10

24 Dec 06:26
Compare
Choose a tag to compare
  • 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)

crossbeam-epoch 0.9.17

24 Dec 06:28
Compare
Choose a tag to compare
  • Remove dependency on memoffset. (#1058)

crossbeam-channel 0.5.10

24 Dec 06:27
Compare
Choose a tag to compare
  • Relax the minimum supported Rust version to 1.60. (#1056)
  • Optimize Drop implementation of bounded channel. (#1057)

crossbeam 0.8.3

24 Dec 06:28
Compare
Choose a tag to compare
  • Bump the minimum supported Rust version to 1.61. (#1037)