Skip to content

Commit

Permalink
Auto merge of #479 - initiativist:fix/bump-ahash, r=Amanieu
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Oct 27, 2023
2 parents 7cd193a + 8ba615f commit 778e235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = "1.63.0"

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

# For external trait impls
rayon = { version = "1.0", optional = true }
Expand Down

0 comments on commit 778e235

Please sign in to comment.