-
Notifications
You must be signed in to change notification settings - Fork 11
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 crate to fix build #46
Conversation
5d5791c
to
399d43c
Compare
the workflow is green in my fork after those changes. |
285d885
to
fc695e0
Compare
currently, cargo build generates the following error due to the removal of stdsim: rust-lang/rust#117372
fc695e0
to
4d54d51
Compare
sorry for the commits mess, I was trying to fix my GPG signature. I'm done. |
it seems that int tests are broken on windows. |
well, it seemed to be a randomness due to the use of rayon. I just disabled it for the get_hyperedges_intersections function to fix the issue. |
Actually this was a bug :) - thanks for tackling it! |
* bump ahash crate to fix build currently, cargo build generates the following error due to the removal of stdsim: rust-lang/rust#117372 * fix clippy errors * attempt to fix formatting * attempt to not parallelize he intersection * remove rayon prelude * chore(cargo): update dependencies and modernize crate * chore(cargo): update lock via cargo update --------- Co-authored-by: Clément Michaud <clement.michaud34@gmail.com>
currently, cargo build generates the following error due to the removal of stdsim: rust-lang/rust#117372
Also fixed two errors reported by clippy and ran
cargo fmt
that updated around 40 files.