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 hashbrown to 0.15.0 #843

Merged
merged 1 commit into from
Oct 6, 2024
Merged

Conversation

CryZe
Copy link
Collaborator

@CryZe CryZe commented Oct 6, 2024

With this update hashbrown is now using the foldhash crate instead of the ahash crate. Since we also depend on ahash, we also now switch to foldhash for our hashing needs.

With this update `hashbrown` is now using the `foldhash` crate instead
of the `ahash` crate. Since we also depend on `ahash`, we also now
switch to `foldhash` for our hashing needs.
@CryZe CryZe enabled auto-merge (squash) October 6, 2024 11:30
@CryZe CryZe added enhancement An improvement for livesplit-core. dependencies A dependency needs to be updated. code quality Affects the quality of the code. performance Affects the performance of the code. labels Oct 6, 2024
@CryZe CryZe added this to the v0.14 milestone Oct 6, 2024
@CryZe CryZe merged commit 1a8446b into LiveSplit:master Oct 6, 2024
70 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Affects the quality of the code. dependencies A dependency needs to be updated. enhancement An improvement for livesplit-core. performance Affects the performance of the code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant