crossbeam-utils 0.8.6
·
419 commits
to master
since this release
- Re-add
AtomicCell<{i,u}64>::{fetch_add,fetch_sub,fetch_and,fetch_or,fetch_xor}
that were accidentally removed in0.8.00.7.1 on targets that do not supportAtomic{I,U}64
. (#767) - Re-add
AtomicCell<{i,u}128>::{fetch_add,fetch_sub,fetch_and,fetch_or,fetch_xor}
that were accidentally removed in0.8.00.7.1. (#767)