From 87c62e2248b7fd4e3871c5a22adae8dd6500dbe3 Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Wed, 16 May 2018 23:30:09 -0600 Subject: [PATCH] Update to the latest pairing crate version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a8a7d13..79a5ed7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/zcash-hackworks/sapling" version = "0.0.1" [dependencies.pairing] -version = "0.14" +version = "0.14.2" features = ["expose-arith"] [dependencies]