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

v1.17: SDK build error with nightly compiler due to pinned ahash version #1572

Open
acheroncrypto opened this issue Jun 1, 2024 · 0 comments

Comments

@acheroncrypto
Copy link

Problem

ahash = "=0.8.5"

This pinned version of ahash doesn't build with the nightly compiler (tkaitchuck/aHash#200):

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

However, it works with 1.18 crates because ahash version is not pinned:

ahash = "0.8.7"

Proposed solution

Unpin ahash in the v1.17 branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant