We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2a634b + b22dd85 commit bf35a11Copy full SHA for bf35a11
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+- Bump foldhash, the default hasher, to 0.2.0.
11
+
12
## [0.15.5](https://github.com/rust-lang/hashbrown/compare/v0.15.4...v0.15.5) - 2025-08-07
13
14
### Added
Cargo.toml
@@ -14,7 +14,7 @@ rust-version = "1.65.0"
15
[dependencies]
16
# For the default hasher
17
-foldhash = { version = "0.1.2", default-features = false, optional = true }
+foldhash = { version = "0.2.0", default-features = false, optional = true }
18
19
# For external trait impls
20
rayon = { version = "1.2", optional = true }
0 commit comments