From 2e35a322d5080d372283a164b617e3af93b15ee0 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Sun, 11 Nov 2018 10:52:08 +1300 Subject: [PATCH] Update sapling-crypto crate to use ff crate --- Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3a77feabc..6812a7fe3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,13 +17,9 @@ futures-cpupool = "0.1" group = "0.1" num_cpus = "1" crossbeam = "0.3" +pairing = { path = "../pairing", optional = true } byteorder = "1" -[dependencies.pairing] -git = "https://github.com/str4d/pairing" -rev = "3d41ee5abaa4888ff3607689aba007be8856816d" -optional = true - [features] groth16 = ["pairing"] default = ["groth16"]