From 14fcd6a7b2a1b18742c9277d45cda1dc94abcfd9 Mon Sep 17 00:00:00 2001 From: MRain Date: Tue, 6 Sep 2022 10:37:49 -0400 Subject: [PATCH] Specifying dependency --- hyperplonk/Cargo.toml | 2 +- poly-iop/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hyperplonk/Cargo.toml b/hyperplonk/Cargo.toml index 4a93241..200eb58 100644 --- a/hyperplonk/Cargo.toml +++ b/hyperplonk/Cargo.toml @@ -18,7 +18,7 @@ displaydoc = { version = "0.2.3", default-features = false } transcript = { path = "../transcript" } arithmetic = { path = "../arithmetic" } -jf-primitives = { git = "https://github.com/EspressoSystems/jellyfish" } +jf-primitives = { git = "https://github.com/EspressoSystems/jellyfish", rev = "ff43209" } [dev-dependencies] ark-bls12-381 = { version = "0.3.0", default-features = false, features = [ "curve" ] } diff --git a/poly-iop/Cargo.toml b/poly-iop/Cargo.toml index 8d9fbfa..2fdac37 100644 --- a/poly-iop/Cargo.toml +++ b/poly-iop/Cargo.toml @@ -21,7 +21,7 @@ rayon = { version = "1.5.2", default-features = false, optional = true } transcript = { path = "../transcript" } arithmetic = { path = "../arithmetic" } -jf-primitives = { git = "https://github.com/EspressoSystems/jellyfish" } +jf-primitives = { git = "https://github.com/EspressoSystems/jellyfish", rev = "ff43209" } [dev-dependencies] ark-ec = { version = "^0.3.0", default-features = false }