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

Bump ahash to fix missing stdsimd with nightly #496

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

chriscerie
Copy link
Contributor

Nightly rust-lang/rust@ea37e80 removed stdsimd, which ahash <= 0.8.6 depends on. This was fixed on ahash 0.8.7.

@Amanieu
Copy link
Member

Amanieu commented Feb 12, 2024

@bors r+

@bors
Copy link
Contributor

bors commented Feb 12, 2024

📌 Commit dfab849 has been approved by Amanieu

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Feb 12, 2024

⌛ Testing commit dfab849 with merge de56c32...

bors added a commit that referenced this pull request Feb 12, 2024
Bump ahash to fix missing `stdsimd` with nightly

Nightly rust-lang/rust@ea37e80 removed `stdsimd`, which ahash <= 0.8.6 depends on. This was fixed on ahash 0.8.7.
@bors
Copy link
Contributor

bors commented Feb 12, 2024

💔 Test failed - checks-actions

@Amanieu
Copy link
Member

Amanieu commented Feb 12, 2024

@bors r+

@bors
Copy link
Contributor

bors commented Feb 12, 2024

💡 This pull request was already approved, no need to approve it again.

  • This pull request previously failed. You should add more commits to fix the bug, or use retry to trigger a build again.

@bors
Copy link
Contributor

bors commented Feb 12, 2024

📌 Commit dfab849 has been approved by Amanieu

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Feb 12, 2024

⌛ Testing commit dfab849 with merge 877bcf6...

@bors
Copy link
Contributor

bors commented Feb 12, 2024

☀️ Test successful - checks-actions
Approved by: Amanieu
Pushing 877bcf6 to master...

@bors bors merged commit 877bcf6 into rust-lang:master Feb 12, 2024
6 of 7 checks passed
@chriscerie chriscerie deleted the bump-ahash branch February 15, 2024 02:03
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.

Build breaks on nightly due to use of stdsimd rust feature in ahash 0.8.6
3 participants