Skip to content

Commit 778e235

Browse files
committed
Auto merge of #479 - initiativist:fix/bump-ahash, r=Amanieu
bump ahash version 0.8.0 -> 0.8.6 ahash 0.8.0 was yanked. should also fix the issues mentioned in [hashbrown/issues/473](#473) I think I ran all the necessary tests so let me know if I need to do more.
2 parents 7cd193a + 8ba615f commit 778e235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

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

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

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

0 commit comments

Comments
 (0)