Skip to content

Commit

Permalink
Hard-disable yoloproofs for the released crate.
Browse files Browse the repository at this point in the history
  • Loading branch information
hdevalence committed Jan 18, 2020
1 parent d7f5c7a commit 09d2c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ rand_chacha = "0.2"
[features]
default = ["std", "avx2_backend"]
avx2_backend = ["curve25519-dalek/avx2_backend"]
yoloproofs = []
# yoloproofs = []
std = ["rand", "rand/std", "thiserror"]

[[test]]
Expand Down

0 comments on commit 09d2c58

Please sign in to comment.