-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
anchor build failed. with use of unstable library feature 'build_hasher_simple_hash_one' #2755
Comments
rustc version is rustc 1.76.0-nightly |
This happens because Solana's The easiest way to fix this is to downgrade ahash = "=0.8.6" to your dependency list in |
Fixed in solana-labs/solana#34636 and solana-labs/solana#34650 |
still having hash error when building (anchor build) [dependencies] error[E0658]: use of unstable library feature 'build_hasher_simple_hash_one' For more information about this error, try |
Can you share a repo that shows this error so I can test it locally? |
this my repo: The codes can successfully compile using the cargo build command.
compilation error when compile using the anchor build command.
|
That error has nothing to do with this issue, run |
here is my tool-chain
anchor_version = "0.29.0" solana_version = "1.17.13"
i have change the solana_version from 1.16.24 stable to 1.17.13. but it did't work
The text was updated successfully, but these errors were encountered: