Skip to content

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

Merged
jonasbb merged 1 commit intojonasbb:masterfrom
dtolnay-contrib:ahash
Feb 8, 2024
Merged

Update ahash to 0.8.7 to accommodate stdsimd change in nightly#695
jonasbb merged 1 commit intojonasbb:masterfrom
dtolnay-contrib:ahash

Conversation

@dtolnay
Copy link
Copy Markdown
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))]
   |                                          ^^^^^^^

@codecov
Copy link
Copy Markdown

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
@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.

2 participants