Skip to content

Commit

Permalink
disable the stdsimd feature for the ahash crate
Browse files Browse the repository at this point in the history
  • Loading branch information
garyghayrat committed Jun 19, 2024
1 parent e3d42ab commit 4d82727
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@
solang-parser = "0.3.2"
taplo = "0.12.1"
walkdir = "2.3.2"

[dependencies.ahash]
version = "0.7.6"
default-features = false

0 comments on commit 4d82727

Please sign in to comment.