Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Apr 25, 2024

Commits on Apr 25, 2024

  1. Update ahash from 0.8.3 to 0.8.11 to fix unknown feature stdsimd

    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]>
    andersk committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    d93dc13 View commit details
    Browse the repository at this point in the history