From e04178f4ab9cd661a1f6a19684ca8ebb85ac2342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Garillot?= <4142+huitseeker@users.noreply.github.com> Date: Thu, 14 Dec 2023 14:50:11 -0500 Subject: [PATCH] chore: update Arecibo dependency package name (#961) * chore: update Arecibo dependency package name * chore: redirect branch pointer to dev --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index be8bc91706..9409515f1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,7 +127,7 @@ 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/lurk-lab/arecibo", branch = "dev", package = "nova-snark" } +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" }