Skip to content

Commit

Permalink
Update ahash from 0.8.3 to 0.8.11 to fix unknown feature stdsimd
Browse files Browse the repository at this point in the history
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

Signed-off-by: Anders Kaseorg <[email protected]>
  • Loading branch information
andersk authored and lilith committed Apr 25, 2024
1 parent 8a01879 commit bab602c
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bab602c

Please sign in to comment.