Skip to content

Commit

Permalink
Make ahash compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscerie committed Feb 7, 2024
1 parent ad244b1 commit fede2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plonky2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ std = ["anyhow/std", "rand/std", "itertools/use_std"]
timing = ["std", "dep:web-time"]

[dependencies]
ahash = { version = "0.8.7", default-features = false, features = [
ahash = { version = "0.8.6", default-features = false, features = [
"compile-time-rng",
] } # NOTE: Be sure to keep this version the same as the dependency in `hashbrown`.
anyhow = { version = "1.0.40", default-features = false }
Expand Down

0 comments on commit fede2d1

Please sign in to comment.