Skip to content

Commit

Permalink
Auto merge of #496 - chriscerie:bump-ahash, r=Amanieu
Browse files Browse the repository at this point in the history
Bump ahash to fix missing `stdsimd` with nightly

Nightly rust-lang/rust@ea37e80 removed `stdsimd`, which ahash <= 0.8.6 depends on. This was fixed on ahash 0.8.7.
  • Loading branch information
bors committed Feb 12, 2024
2 parents 6b4419d + dfab849 commit 877bcf6
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.6", default-features = false, optional = true }
ahash = { version = "0.8.7", default-features = false, optional = true }

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

0 comments on commit 877bcf6

Please sign in to comment.