Specifying dependency

This commit is contained in:
MRain
2022-09-06 10:37:49 -04:00
parent 85b36ca39f
commit 14fcd6a7b2
2 changed files with 2 additions and 2 deletions

View File

@@ -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 }