Skip to content

Commit 43acaaf

Browse files
committed
Update to ahash 0.4
1 parent cd2131a commit 43acaaf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1818

1919
### Changed
2020
- The minimum Rust version has been bumped to 1.36 (due to `crossbeam` dependency). (#193)
21+
- Updated `ahash` dependency to 0.4. (#198)
2122
- `HashMap::with_hasher` and `HashSet::with_hasher` are now `const fn`. (#195)
2223
- Removed `T: Hash + Eq` and `S: BuildHasher` bounds on `HashSet::new`,
2324
`with_capacity`, `with_hasher`, and `with_capacity_and_hasher`. (#185)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edition = "2018"
1313

1414
[dependencies]
1515
# For the default hasher
16-
ahash = { version = "0.3.2", optional = true, default-features = false }
16+
ahash = { version = "0.4.4", optional = true, default-features = false }
1717

1818
# For external trait impls
1919
rayon = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)