File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## parking_lot_core 0.9.8, lock_api 0.4.10 (2023-06-05)
2+
3+ - Mark guards with ` #[clippy::has_significant_drop] ` (#369 , #371 )
4+ - Removed windows-sys dependency (#374 , #378 )
5+ - Add ` atomic_usize ` default feature to support platforms without atomics. (#380 )
6+ - Add with_upgraded API to upgradable read locks (#386 )
7+ - Make RwLock guards Sync again (#370 )
8+
19## parking_lot_core 0.9.7 (2023-02-01)
210
311- Update windows-sys dependency to 0.45. (#368 )
Original file line number Diff line number Diff line change 11[package ]
22name = " parking_lot_core"
3- version = " 0.9.7 "
3+ version = " 0.9.8 "
44authors = [" Amanieu d'Antras <amanieu@gmail.com>" ]
55description = " An advanced API for creating custom synchronization primitives."
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " lock_api"
3- version = " 0.4.9 "
3+ version = " 0.4.10 "
44authors = [" Amanieu d'Antras <amanieu@gmail.com>" ]
55description = " Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std."
66license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments