v0.1.1
- Fixed UB in `FixedVec::fill`. This would drop uninitialized instances while filling the vector, potentially leading to arbitrary code execution. Thanks @danielhenrymantilla for the report.
- Fixed UB in `FixedVec::fill`. This would drop uninitialized instances while filling the vector, potentially leading to arbitrary code execution. Thanks @danielhenrymantilla for the report.