From 4bc89d29ffe6eae0fd753a35299c65b00d016907 Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Thu, 1 Aug 2019 13:32:02 -0700 Subject: [PATCH] Revert "Disable the yoloproofs feature for release." This reverts commit 08a713e885a6256d62ce244a9f61826238d51534. --- Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 83b90e3a..36cdbbbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"