Skip to content

Commit

Permalink
Force ahash to 0.7.8^
Browse files Browse the repository at this point in the history
Rather than relying on an older 0.7.x from weak-table to fix nightly build error "unknown feature stdsimd"
  • Loading branch information
dtaralla committed May 20, 2024
1 parent abdbf58 commit 196de1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ block-mesh = "0.2.0"
ndshape = "0.3.0"
futures-lite = "2.0.0"
rand = "0.8.5"
ahash = "0.7.8"
weak-table = { version = "0.3.2", features = ["ahash"] }

[dev-dependencies]
Expand Down

0 comments on commit 196de1e

Please sign in to comment.