Make TypeIdHasher safe, bump MSRV
authorChris Morgan <me@chrismorgan.info>
committerChris Morgan <me@chrismorgan.info>
commit7866ca8d779805dc3a3134f2d247889a1721633c
tree3c95aa0f85413ab0ee7efd3bba38c34c89334aa9
parent521fbfe6bcbf60e7abc8d8ab33bf73349fc4b38d
Make TypeIdHasher safe, bump MSRV

Wait a few years and nice things stabilise!

• u64::from_ne_bytes([u8; 8]) is stable in 1.32.0
• TryFrom<&[u8]> for [u8; 8] is stable in 1.34.0

(There are other things I’m touching today that also require a more mild
MSRV bump, but this is the most I *need* at this time.)
.travis.yml
CHANGELOG.md
Cargo.toml
README.md
src/raw.rs