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

run cargo update [email protected] #519

Merged
merged 2 commits into from
Feb 14, 2024

Conversation

thiolliere
Copy link
Contributor

ahash version 0.7.6 no longer works with latest version of rustc nightly because stdsimd features has been removed.

To fix it I updated ahash with the command:

 cargo update [email protected]

This should fix the compilation substrate-developer-hub/substrate-docs#2130

@thiolliere
Copy link
Contributor Author

will be fixed by paritytech/polkadot-sdk#3296

@thiolliere thiolliere closed this Feb 13, 2024
@bkchr
Copy link
Contributor

bkchr commented Feb 13, 2024

You would still need to update the Cargo.lock here as I'm doing also the same in the SDK repo.

@thiolliere thiolliere reopened this Feb 14, 2024
@thiolliere
Copy link
Contributor Author

Yes I updated ahash 0.8 (and also syn because cargo asked to)
I put resolver 2 similarly to your PR

@bkchr bkchr merged commit 2ad9b78 into substrate-developer-hub:main Feb 14, 2024
1 check passed
@thiolliere thiolliere deleted the fix-update-ahash branch February 14, 2024 09:35
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

Successfully merging this pull request may close these issues.

None yet

2 participants