Skip to content

Commit 08a713e

Browse files
committed
Disable the yoloproofs feature for release.
1 parent 390c1de commit 08a713e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ rand_chacha = "0.1"
3232

3333
[features]
3434
avx2_backend = ["curve25519-dalek/avx2_backend"]
35-
yoloproofs = []
35+
# Disable the yoloproofs feature in the released crate.
36+
# To test it, use a git dependency on the develop branch and enable the
37+
# yoloproofs feature. Note that this means it's impossible to publish a crate
38+
# depending on the unstable R1CS API.
39+
#yoloproofs = []
3640

3741
[[test]]
3842
name = "range_proof"

0 commit comments

Comments
 (0)