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

Upgrade ahash #231

Merged
merged 1 commit into from Feb 18, 2024
Merged

Upgrade ahash #231

merged 1 commit into from Feb 18, 2024

Conversation

brson
Copy link
Contributor

@brson brson commented Feb 18, 2024

This avoids a compile error from the nightly removal of the stdsimd feature:

$ cargo test
warning: `/home/brian/dada/.cargo/config` is deprecated in favor of `config.toml`
note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml`
   Compiling ahash v0.7.6
   Compiling crossbeam-channel v0.5.8
error[E0635]: unknown feature `stdsimd`
  --> /home/brian/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.6/src/lib.rs:33:42
   |
33 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))]
   |                                          ^^^^^^^

For more information about this error, try `rustc --explain E0635`.
error: could not compile `ahash` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...

Copy link

netlify bot commented Feb 18, 2024

Deploy Preview for dada-lang ready!

Name Link
🔨 Latest commit 762f7cf
🔍 Latest deploy log https://app.netlify.com/sites/dada-lang/deploys/65d16c9be20ade000868f29c
😎 Deploy Preview https://deploy-preview-231--dada-lang.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@brson
Copy link
Contributor Author

brson commented Feb 18, 2024

The failure is some fresh nightly clippy stuff. I'm ignoring it for now.

@brson brson merged commit 8762c92 into dada-lang:main Feb 18, 2024
10 of 11 checks passed
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

1 participant