Changed
- Fixed some incorrect minimum supported versions of dependencies that weren't caught due to
improperCargo.lock
:num-traits
0.2.14 -> 0.2.16zerocopy
0.8.0 -> 0.8.23arbitrary
1.3.2 -> 1.4.1
Added
f16
andbf16
now implementImmutable
andKnownLayout
forzerocopy
crate. By [@usamoi].