-
0.5.2 - Mar. 9, 2025
-
Increase MRSV to 1.63 due to libc dependency. Use
rust-version
to avoid a major version bump. -
New feature
deterministic_iteration
.
-
-
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
.
-