Skip to content

Commit 91218d4

Browse files
committed
Revert "Hard-disable yoloproofs for the released crate."
This reverts commit 09d2c58.
1 parent 8c6a8ee commit 91218d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ rand_chacha = "0.2"
4040
[features]
4141
default = ["std", "avx2_backend"]
4242
avx2_backend = ["curve25519-dalek/avx2_backend"]
43-
# yoloproofs = []
43+
yoloproofs = []
4444
std = ["rand", "rand/std", "thiserror"]
4545

4646
[[test]]

0 commit comments

Comments
 (0)