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

Update ahash to 0.8.7 to accommodate stdsimd change in nightly #695

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

dtolnay
Copy link
Contributor

@dtolnay dtolnay commented Feb 8, 2024

CI is impacted by tkaitchuck/aHash#200, which is fixed in ahash 0.8.7. I see the following in the jobs that ran on #694:

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

Copy link

codecov bot commented Feb 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1be8fa3) 65.41% compared to head (2b17850) 65.41%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #695   +/-   ##
=======================================
  Coverage   65.41%   65.41%           
=======================================
  Files          38       38           
  Lines        2322     2322           
=======================================
  Hits         1519     1519           
  Misses        803      803           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jonasbb jonasbb merged commit d145a45 into jonasbb:master Feb 8, 2024
22 checks passed
@dtolnay dtolnay deleted the ahash branch February 8, 2024 23:09
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