-
Notifications
You must be signed in to change notification settings - Fork 19
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 to hashbrown 0.15 #30
Conversation
Current CI failure:
Not sure if that's caused by my clippy fixes here... |
I don't think it's you, I just tried the build of the master branch and it has started failing in exactly the same way. Interestingly, Do you happen to know what kind of things (if there even are any) that msan would catch that wouldn't be caught by miri? |
Nope. @Amanieu would you be able to take a look? |
Also this is meaningless because it's not even used in tests right now, it's just an optional dependency to implement a trait on it. |
Might be interesting to look at what else changed. Maybe Rust 1.82 vs 1.83? |
617212f
to
05b4c3a
Compare
Thank you for all of the cleanup, everything looks great to me. I'll merge this now, but if I can I want to figure out the CI failure before doing another release? I guess... that's not actually a good reason to wait since whatever the cause is is also in the previous release (if it is even real), I just want to see if anyone has any insight really. If I have time I'll try and look into it but I'm out of my normal depth so it would probably take me a long time. |
Yeah, I think it would still make sense to release since it's not a regression from the previous release. But, ultimately up to you. |
I won't let it wait very long, it's not a regression so if nobody has time to look into it within the next few days I'll just do a new release. |
released! |
RUSTSEC-2024-0402 briefly stated that it affected hashbrown 0.14, but that was later corrected. Probably still good to upgrade!