Bump version to 0.6.0#24
Open
lncrd wants to merge 1 commit into
Open
Conversation
facebook-github-bot
pushed a commit
to facebookexperimental/rust-shed
that referenced
this pull request
Jul 10, 2025
Summary: Upstream PR stusmall/murmur3@3cd2e2f There are other unanswered PR from Feb stusmall/murmur3#24 and last approved is from Sep 2024 so I don't want to waste to much time waiting for upstream before realizing the performance win in this stack. The changes only introduce new functions without changing existing functionality. Reviewed By: dtolnay Differential Revision: D77968925 fbshipit-source-id: 673ba0aa3e0059bbc35220ddd99b814695b7ee63
facebook-github-bot
pushed a commit
to facebook/sapling
that referenced
this pull request
Jul 10, 2025
Summary: Upstream PR stusmall/murmur3@3cd2e2f There are other unanswered PR from Feb stusmall/murmur3#24 and last approved is from Sep 2024 so I don't want to waste to much time waiting for upstream before realizing the performance win in this stack. The changes only introduce new functions without changing existing functionality. Reviewed By: dtolnay Differential Revision: D77968925 fbshipit-source-id: 673ba0aa3e0059bbc35220ddd99b814695b7ee63
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I'd love to be able to use the
*_of_slicevariants without manually usingpatch.crates-io.This PR updates
murmur3to version0.6.0for a new crates.io release.Changes since the last release include adding non-copying implementations: https://github.com/stusmall/murmur3/compare/75a1128f95bb0d64e304646e453a6e18f831bebf..master