Skip to content

Commit

Permalink
Revert "Disable the yoloproofs feature for release."
Browse files Browse the repository at this point in the history
This reverts commit 08a713e.
  • Loading branch information
hdevalence committed Aug 1, 2019
1 parent a58d28d commit 4bc89d2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@ rand_chacha = "0.1"

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

[[test]]
name = "range_proof"
Expand Down

0 comments on commit 4bc89d2

Please sign in to comment.