This repository was archived by the owner on Aug 15, 2021. It is now read-only.
v0.10.3
- #162 Use
slice::iterinstead ofinto_iterto avoid future breakage. See rust-lang/rust#65819 for more information. - Enable byte_offset for IoRead and SliceReadFixed
- Restrict the
halfcrate to versions below 1.4 to prevent broken builds with rustc v1.31