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

docs built failed for unknown feature stdsimd #4161

Closed
Xuanwo opened this issue Feb 6, 2024 · 2 comments
Closed

docs built failed for unknown feature stdsimd #4161

Xuanwo opened this issue Feb 6, 2024 · 2 comments

Comments

@Xuanwo
Copy link
Member

Xuanwo commented Feb 6, 2024

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

For more information about this error, try `rustc --explain E0635`.

The latest nightly removed this feature.

We should

  • Upgrade ahash to avoid this
  • Pin current CI to old nightly
@Xuanwo
Copy link
Member Author

Xuanwo commented Feb 7, 2024

Related to tkaitchuck/aHash#200

@Xuanwo Xuanwo closed this as completed Feb 23, 2024
@Xuanwo
Copy link
Member Author

Xuanwo commented Feb 23, 2024

ahash released a new version.

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

No branches or pull requests

1 participant