-
Notifications
You must be signed in to change notification settings - Fork 834
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
Broken on nightly because of ahash 0.7 (aka "update hashbrown") #4445
Comments
This also implies fixing https://docs.rs/cranelift-egraph/latest/cranelift_egraph/ |
Thanks for the ping. |
Pinning rust till wasmerio/wasmer#4445 is fixed. Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=66557
So it seems hashbrown has fixed this in We will also update the lockfile to have |
Closing as fixed upstream. |
Reverting rust pin as wasmerio/wasmer#4445 has been fixed.
[email protected]
is as of yesterday broken on Rust nightly, even if you do not choose to opt in to its nightly features, because it autoenables features in build.rs. See tkaitchuck/aHash#200.This problem is fixed in
[email protected]
. However, this crate and its dependencies use ahash 0.7 via[email protected]
and[email protected]
, used by[email protected]
and[email protected]
respectively.[email protected]
and[email protected]
are up to date.Ideally wasmer should be updated to use the latest
hashbrown
.I do have some alternate ways of solving this problem:
however I think it's worth updating hashbrown anyway.
This breaks older versions of
wasmer
as well, ideally these deps can be updated for the wasmer 2.x and 3.x series.Thanks!
The text was updated successfully, but these errors were encountered: