Skip to content

Commit

Permalink
Stay stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaker committed Sep 9, 2024
1 parent c0a1914 commit 36409c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rand = { version = "0.8.5", features = ["getrandom"] }
digest = "0.10.7"
generic-array = "0.14.7"
# used as default hasher for the prover
keccak = { version = "0.1.4", features = ["asm", "simd"] }
keccak = { version = "0.1.4"}
log = "0.4.20"
# optional dependencies
ark-ff = { version = "0.4.0", optional = true }
Expand All @@ -44,6 +44,7 @@ ark = ["dep:ark-ff", "dep:ark-ec", "dep:ark-serialize"]
group = ["dep:group"]
ark-bls12-381 = ["ark", "dep:ark-bls12-381"]
rayon = ["dep:rayon"]
asm = ["keccak/asm", "keccak/simd"]
# anemoi = ["dep:anemoi"]

[dev-dependencies]
Expand Down

0 comments on commit 36409c1

Please sign in to comment.