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/).
18
18
19
19
### Changed
20
20
- The minimum Rust version has been bumped to 1.36 (due to ` crossbeam ` dependency). (#193 )
21
+ - Updated ` ahash ` dependency to 0.4. (#198 )
21
22
- ` HashMap::with_hasher ` and ` HashSet::with_hasher ` are now ` const fn ` . (#195 )
22
23
- Removed ` T: Hash + Eq ` and ` S: BuildHasher ` bounds on ` HashSet::new ` ,
23
24
` 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"
13
13
14
14
[dependencies ]
15
15
# 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 }
17
17
18
18
# For external trait impls
19
19
rayon = { version = " 1.0" , optional = true }
You can’t perform that action at this time.
0 commit comments