imazen / imageflow

High-performance image manipulation for web servers. Includes imageflow_server, imageflow_tool, and libimageflow
https://docs.imageflow.io/
GNU Affero General Public License v3.0
4.14k stars 140 forks source link

Update ahash from 0.8.3 to 0.8.11 to fix unknown feature `stdsimd` #648

Closed andersk closed 2 months ago

andersk commented 2 months ago

Fixes this build error with current Rust nightly:

   Compiling ahash v0.8.3
error[E0635]: unknown feature `stdsimd`
  --> /home/anders/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.3/src/lib.rs:99:42
   |
99 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))]
   |                                          ^^^^^^^

For more information about this error, try `rustc --explain E0635`.
error: could not compile `ahash` (lib) due to 1 previous error