v0.1.2
Added
- Added missing type aliases for the guards returned by
DebugMutex
andDebugRwLock
. These new
type aliases function the same as the ones they belong to, resolving to either the tracing
versions when debug assertions are enabled or the standard one when they're not.
Fixed
- Fixed a corruption error where deallocating a previously cyclic mutex could result in a panic.