From 3870f1172f33aa85c49426fec6c6e7040b4889f9 Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Wed, 8 Jan 2020 11:11:43 -0700 Subject: [PATCH] Bump version and ff dependency --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1c59855e7..d46fad7a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "pairing" # Remember to change version string in README.md. -version = "0.15.0" +version = "0.15.1" authors = [ "Sean Bowe ", "Jack Grigg ", @@ -18,7 +18,7 @@ edition ="2018" [dependencies] byteorder = "1" -ff = { version = "0.5.0", path = "../ff", features = ["derive"] } +ff = { version = "^0.5.2", path = "../ff", features = ["derive"] } group = { version = "0.2.0", path = "../group" } rand_core = "0.5"