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

Update to hashbrown 0.12 #4722

Closed

Conversation

alice-i-cecile
Copy link
Member

Objective

  • A new version of the hashbrown crate that we use for HashSet and HashMap is available
  • This has some nice new toys, like get_many_mut

Solution

  • Bump our version number

Context

Here's hashbrown's changelog.

@alice-i-cecile alice-i-cecile added C-Dependencies A change to the crates that Bevy depends on A-Utils Utility functions and types labels May 11, 2022
@mockersf
Copy link
Member

mockersf commented May 11, 2022

#4004 (comment)

Dependant is enabled, if a dependency isn't updated there's usually a blocker

@alice-i-cecile
Copy link
Member Author

Duplicate of #4004 apparently.

I'd like to note that I didn't opt for 0.12 in #3963 because our dependencies still use 0.11. We should hold off on upgrading until our dependencies catch up.

We should see what the duplicate dependencies checks show...

@alice-i-cecile alice-i-cecile deleted the bump-hashbrown branch May 11, 2022 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Utils Utility functions and types C-Dependencies A change to the crates that Bevy depends on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants