The latest nightly breaks this crate on this line because the unstable `stdsimd` feature has been removed: https://github.com/zowens/crc32c/blob/d70d4e253c4570a073f485d62bc30c4fd64a4b1f/src/lib.rs#L23 The commit removing `stdsimd` is https://github.com/rust-lang/rust/commit/ea37e8091fe87ae0a7e204c034e7d55061e56790 Relevant tracking issues? https://github.com/rust-lang/rust/issues/27731 and https://github.com/rust-lang/rust/issues/48556