From 2042876fcfe92f5bd0d85363780b5d88163d9607 Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Tue, 22 Aug 2017 20:45:45 -0600 Subject: [PATCH] Disable default features for pairing. --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 713dac65b..5bc897822 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://github.com/ebfull/bellman" license = "MIT/Apache-2.0" name = "bellman" repository = "https://github.com/ebfull/bellman" -version = "0.0.3" +version = "0.0.4" [dependencies] rand = "0.3" @@ -18,6 +18,7 @@ crossbeam = "0.3" [dependencies.pairing] version = "0.11" +default-features = false features = ["unstable-wnaf"] [features]