- Updated MSRV to 1.69.0.
- Updated
libc
dependency to 0.2.155. - Updated
linux-futex
dependency to 1.0.0. - Updated
lock_api
dependency to 0.4.12. - Add support for
aarch64-linux-android
.
- Updated MSRV to 1.65.0.
- Mark
RawPriorityInheritingLock::new()
andgettid()
as#[must_use]
.
- Updated
linux-futex
dependency to 0.2.0.
- Remove
once_cell
dependency.
- Remove
thread_local
dependency.
- Added try-lock timeout support via
lock_api::RawMutexTimed
. - Updated
linux-futex
dependency to 0.1.2.
- Updated
lock_api
dependency to 0.4.7.
Initial release.