Skip to content

Commit

Permalink
chore: point the grumpkin-msm, arecibo dependencies back to lurk-lab
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker committed Jan 11, 2024
1 parent 7b327b2 commit 1e3afae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ clap = "4.3.17"
ff = "0.13"
metrics = "0.21.1"
neptune = { git = "https://github.com/lurk-lab/neptune", branch = "dev", features = ["abomonation"] }
nova = { git = "https://github.com/huitseeker/arecibo", branch = "upgrade_halo2curves", package = "arecibo" }
nova = { git = "https://github.com/lurk-lab/arecibo", branch = "dev", package = "arecibo" }
once_cell = "1.18.0"
pairing = { version = "0.23" }
pasta_curves = { git = "https://github.com/lurk-lab/pasta_curves", branch = "dev" }
pasta-msm = { git = "https://github.com/lurk-lab/pasta-msm", branch = "dev" }
grumpkin-msm = { git = "https://github.com/huitseeker/grumpkin-msm", branch = "upgrade_halo2curves" }
grumpkin-msm = { git = "https://github.com/lurk-lab/grumpkin-msm", branch = "dev" }
proptest = "1.2.0"
proptest-derive = "0.3"
rand = "0.8"
Expand Down

0 comments on commit 1e3afae

Please sign in to comment.