From 1e3afaefdf860405527d8bcc9ca47ef4591d6330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Garillot?= Date: Wed, 10 Jan 2024 21:44:52 -0500 Subject: [PATCH] chore: point the grumpkin-msm, arecibo dependencies back to lurk-lab --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 34c8d327d8..59f3aa8cfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"