-
0.5.0 - Oct. 12, 2024
-
Implement
Clone
forIntoIter
. This change in implementation also removes a use ofunsafe
. -
Bump MSRV to 1.61 due to dependencies.
-
Fixed panic when removing a nonexistent value from a full hash table.
-
Fix UB if an allocation exceeds
isize::MAX
.
-