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

fails to build with latest nightly #5416

Closed
ssh352 opened this issue Feb 21, 2024 · 2 comments
Closed

fails to build with latest nightly #5416

ssh352 opened this issue Feb 21, 2024 · 2 comments
Labels
question Further information is requested

Comments

@ssh352
Copy link

ssh352 commented Feb 21, 2024

please advise thanks!

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

   Compiling lz4_flex v0.11.1
For more information about this error, try `rustc --explain E0635`.
error: could not compile `ahash` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
@Xuanwo
Copy link
Member

Xuanwo commented Feb 21, 2024

Related to tkaitchuck/aHash#200, please using the following commands to update ahash

cargo update [email protected]
cargo update [email protected]

@tustvold tustvold added the question Further information is requested label Feb 21, 2024
@tustvold
Copy link
Contributor

Closing as I believe this has been resolved

@tustvold tustvold closed this as not planned Won't fix, can't repro, duplicate, stale Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants