Skip to content

Commit 09d2c58

Browse files
committed
Hard-disable yoloproofs for the released crate.
1 parent d7f5c7a commit 09d2c58

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
@@ -35,7 +35,7 @@ rand_chacha = "0.2"
3535
[features]
3636
default = ["std", "avx2_backend"]
3737
avx2_backend = ["curve25519-dalek/avx2_backend"]
38-
yoloproofs = []
38+
# yoloproofs = []
3939
std = ["rand", "rand/std", "thiserror"]
4040

4141
[[test]]

0 commit comments

Comments
 (0)