Skip to content

Commit 36409c1

Browse files
committed
Stay stable.
1 parent c0a1914 commit 36409c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ rand = { version = "0.8.5", features = ["getrandom"] }
2323
digest = "0.10.7"
2424
generic-array = "0.14.7"
2525
# used as default hasher for the prover
26-
keccak = { version = "0.1.4", features = ["asm", "simd"] }
26+
keccak = { version = "0.1.4"}
2727
log = "0.4.20"
2828
# optional dependencies
2929
ark-ff = { version = "0.4.0", optional = true }
@@ -44,6 +44,7 @@ ark = ["dep:ark-ff", "dep:ark-ec", "dep:ark-serialize"]
4444
group = ["dep:group"]
4545
ark-bls12-381 = ["ark", "dep:ark-bls12-381"]
4646
rayon = ["dep:rayon"]
47+
asm = ["keccak/asm", "keccak/simd"]
4748
# anemoi = ["dep:anemoi"]
4849

4950
[dev-dependencies]

0 commit comments

Comments
 (0)