Skip to content

Commit 877bcf6

Browse files
committed
Auto merge of #496 - chriscerie:bump-ahash, r=Amanieu
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.
2 parents 6b4419d + dfab849 commit 877bcf6

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.6", default-features = false, optional = true }
17+
ahash = { version = "0.8.7", default-features = false, optional = true }
1818

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

0 commit comments

Comments
 (0)