crossbeam v0.8.1 Release Notes

Release Date: 2020-11-26 // over 3 years ago
    • 🔒 Make AtomicCell::is_lock_free always const fn. (#600)
    • 🔒 Fix a bug in seq_lock_wide. (#596)
    • ✂ Remove const_fn dependency. (#600)
    • crossbeam-utils no longer fails to compile if unable to determine rustc version. Instead, it now displays a warning. (#604)