mirror of
https://github.com/arnaucube/hyperplonk.git
synced 2026-01-11 16:41:28 +01:00
Specifying dependency
This commit is contained in:
@@ -18,7 +18,7 @@ displaydoc = { version = "0.2.3", default-features = false }
|
|||||||
transcript = { path = "../transcript" }
|
transcript = { path = "../transcript" }
|
||||||
arithmetic = { path = "../arithmetic" }
|
arithmetic = { path = "../arithmetic" }
|
||||||
|
|
||||||
jf-primitives = { git = "https://github.com/EspressoSystems/jellyfish" }
|
jf-primitives = { git = "https://github.com/EspressoSystems/jellyfish", rev = "ff43209" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
ark-bls12-381 = { version = "0.3.0", default-features = false, features = [ "curve" ] }
|
ark-bls12-381 = { version = "0.3.0", default-features = false, features = [ "curve" ] }
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ rayon = { version = "1.5.2", default-features = false, optional = true }
|
|||||||
transcript = { path = "../transcript" }
|
transcript = { path = "../transcript" }
|
||||||
arithmetic = { path = "../arithmetic" }
|
arithmetic = { path = "../arithmetic" }
|
||||||
|
|
||||||
jf-primitives = { git = "https://github.com/EspressoSystems/jellyfish" }
|
jf-primitives = { git = "https://github.com/EspressoSystems/jellyfish", rev = "ff43209" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
ark-ec = { version = "^0.3.0", default-features = false }
|
ark-ec = { version = "^0.3.0", default-features = false }
|
||||||
|
|||||||
Reference in New Issue
Block a user