mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 00:03:10 +00:00
chore: match hashbrown ahash dependency
Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
This commit is contained in:
parent
812a5d468a
commit
2520bd62c6
@ -18,7 +18,7 @@ std = ["anyhow/std", "rand/std"]
|
||||
timing = ["std"]
|
||||
|
||||
[dependencies]
|
||||
ahash = { version = "0.8.2", default-features = false, features = ["compile-time-rng"] }
|
||||
ahash = { version = "0.7.6", default-features = false, features = ["compile-time-rng"] }
|
||||
anyhow = { version = "1.0.40", default-features = false }
|
||||
derivative = { version = "2.2.0", default-features = false, features = ["use_core"] }
|
||||
hashbrown = { version = "0.12.3", default-features = false, features = ["ahash", "serde"] }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user