Browse Source

Specifying dependency

main
MRain 2 years ago
parent
commit
14fcd6a7b2
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      hyperplonk/Cargo.toml
  2. +1
    -1
      poly-iop/Cargo.toml

+ 1
- 1
hyperplonk/Cargo.toml

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

+ 1
- 1
poly-iop/Cargo.toml

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

Loading…
Cancel
Save