rust-lang / packed_simd

Portable Packed SIMD Vectors for Rust standard library
https://rust-lang.github.io/packed_simd/packed_simd_2/
Apache License 2.0
590 stars 74 forks source link

Update the cfg_if version requirement to 0.1.6 #220

Closed hsivonen closed 5 years ago

hsivonen commented 5 years ago

Old versions of cfg_if are edition 2018-incompatible. According to https://bugzilla.mozilla.org/show_bug.cgi?id=1526924#c13 , 0.1.5 is required. The commit history of cfg_if suggests that 0.1.6 contains another edition 2018 compatibility change, so updating to 0.1.6.

hsivonen commented 5 years ago

The CI failure is:

$ rustup component add rustfmt-preview
error: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is unavailable for download
The command "rustup component add rustfmt-preview" failed and exited with 1 during .
gnzlbg commented 5 years ago

Thanks!

The CI failure is:

221 should fix that