File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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
1919rayon = { version = " 1.0" , optional = true }
You can’t perform that action at this time.
0 commit comments