Skip to content

Commit bf35a11

Browse files
authored
Merge pull request #641 from hoxxep/foldhash-0.2
perf: Bump foldhash to 0.2.0
2 parents e2a634b + b22dd85 commit bf35a11

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
- Bump foldhash, the default hasher, to 0.2.0.
11+
1012
## [0.15.5](https://github.com/rust-lang/hashbrown/compare/v0.15.4...v0.15.5) - 2025-08-07
1113

1214
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rust-version = "1.65.0"
1414

1515
[dependencies]
1616
# For the default hasher
17-
foldhash = { version = "0.1.2", default-features = false, optional = true }
17+
foldhash = { version = "0.2.0", default-features = false, optional = true }
1818

1919
# For external trait impls
2020
rayon = { version = "1.2", optional = true }

0 commit comments

Comments
 (0)