Sourced from parking_lot's changelog.
parking_lot- 0.12.5 - 2025-09-30
- Bumped MSRV to 1.71
- Fixed Miri when the
hardware-lock-elisionfeature is enabled (#491)- Added missing
into_arc(_fair)methods (#472)- Fixed
RawRwLock::bump_*()not releasing lock when there are multiple readers (#471)
parking_lot_core- 0.9.12 - 2025-09-30
- Bumped MSRV to 1.71
- Switched from
windows-targetstowindows-link. (#493)- Replaced
thread-iddependency withstd::thread::ThreadId(#483)- Added SGX implementation for
ThreadParker.park_until(#481)
lock_api- 0.4.14 - 2025-09-30
- Fixed use of
doc_cfgwhen building on docs.rs.- Bumped MSRV to 1.71
- Added
#[track_caller]where locking implementations could feasibly need to panic- Added
try_map_or_errto various mutex guards (#480)- Removed unnecessary build script and
autocfgdependency (#474)- Added missing
into_arc(_fair)methods (#472)
d7828ff
chore: release73365ad
Merge pull request #495
from mbrobbel/doc_auto_cfg0b5585a
Replace doc_auto_cfg with doc_cfgc7b7dc7
Merge pull request #493
from a1phyr/windows_link07c2d40
Update MSRV to 1.71345cf7a
Switch from windows-targets to
windows-linkeeb186c
Merge pull request #491
from AaronKutch/fix_assembly_on_miria7d328e
do not use elision on Miri even if feature is enabled739d370
Merge pull request #487
from sola-contrib/replace-winapied4ae93
Replace winapi with windows-sys in benchmark crate