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

Conversation

andersk
Copy link
Contributor

@andersk andersk commented Apr 25, 2024

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

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 <andersk@mit.edu>
@lilith lilith merged commit bab602c into imazen:main Apr 25, 2024
8 checks passed
@andersk andersk deleted the update-ahash branch April 25, 2024 00:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants