Open rocurley opened 4 years ago
Okay, I've figured this out. A different dependency of my project (cpuprofiler 0.0.3
) had a dependency on cfg-if v0.1.2
. The 0.3.3 release advertises itself as compatible with cfg-if v0.1.2
, because it predates https://github.com/rust-lang/packed_simd/commit/127a0fc233dbab880e33aeaccdd23e799a8b798b , which bumped the requirement to cfg-if v0.1.6
. I think releasing a new version containing https://github.com/rust-lang/packed_simd/commit/127a0fc233dbab880e33aeaccdd23e799a8b798b will prevent anybody from running into this in the future.
I'm unable to compule packed_simd using
nightly-2019-12-20-x86_64-unknown-linux-gnu
. The error message is below: