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

Closed
acheroncrypto opened this issue Jun 1, 2024 · 1 comment

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.

@steviez
Copy link

steviez commented Feb 19, 2025

Closing this out since the issue was reported with v1.17 and we're running with v2.1 on Solana MNB at the moment

@steviez steviez closed this as not planned Won't fix, can't repro, duplicate, stale Feb 19, 2025
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

2 participants