Sourced from once_cell's changelog.
1.20.1
- Allow using
race
module using justportable_atomic
, withoutcritical_section
and provide better error messages on targets without atomic CAS instruction, #265.
3b9bd9b
release 1.20.1f61508a
Merge pull request #265
from taiki-e/portable-atomic449e5d7
Add portable-atomic feature and disable portable-atomic/critical-section
by d...72f7c2e
Merge pull request #260
from brodycj/propagate-critical-section-to-portable-a...be6b623
v1.20.0f2d95bf
update Cargo (dev-)dependencies; update Cargo.lock.msrvdd6b5c2
ci: fix TEST_BETA with TEMPORARY WORKAROUND in RUSTFLAGS7317eae
add cargo test --workspace
to beginning of TEST taskbd54bf7
fix default-features flag for parking_lot_core in dependenciesbb70b9e
cargo fmt updates