From f23bc07ddad1bf480db2dca91d16c74d9c4ee0be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Garillot?= <4142+huitseeker@users.noreply.github.com> Date: Tue, 20 Feb 2024 18:34:38 -0500 Subject: [PATCH] chore: depend on bellpepper-core version 0.4.0 as released (#1157) * chore: depend on bellpepper-core version 0.4.0 as released Companion PR of - https://github.com/lurk-lab/circom-scotia/pull/31 - https://github.com/lurk-lab/bellpepper/pull/84 * point circom-scotia, neptune, arecibo, bellpepper back to lurk-lab@dev --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aa56d4cd1..c5aaab77b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,7 +116,7 @@ members = ["lurk-macros", "lurk-metrics"] abomonation = "0.7.3" anyhow = "1.0.72" bellpepper = { git = "https://github.com/lurk-lab/bellpepper", branch = "dev" } -bellpepper-core = { git = "https://github.com/lurk-lab/bellpepper", branch = "dev" } +bellpepper-core = { version = "0.4.0" } bincode = "1.3.3" clap = "4.3.17" ff = "0.13"