Releases: crossbeam-rs/crossbeam
Releases · crossbeam-rs/crossbeam
crossbeam-utils 0.8.12
- 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
- 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
- Bump the minimum supported Rust version to 1.38. (#877)
crossbeam-queue 0.3.6
- Bump the minimum supported Rust version to 1.38. (#877)
crossbeam-epoch 0.9.10
crossbeam-deque 0.8.2
- Bump the minimum supported Rust version to 1.38. (#877)
crossbeam-channel 0.5.6
- Bump the minimum supported Rust version to 1.38. (#877)
crossbeam 0.8.2
- Bump the minimum supported Rust version to 1.38. (#877)
crossbeam-utils 0.8.10
crossbeam-utils 0.8.9
- Replace lazy_static with once_cell. (#817)