From 3df907eb871498a13f4f1629e0bc1687557e1358 Mon Sep 17 00:00:00 2001 From: Samuel Burnham <45365069+samuelburnham@users.noreply.github.com> Date: Wed, 25 Sep 2024 10:47:08 -0400 Subject: [PATCH] chore: Rename to argument (#279) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 83415740..1bde3b76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ members = [ # Dependencies that should be kept in sync through the whole workspace [workspace.dependencies] bellpepper-core = { version = "0.4.0", default-features = false } -bellpepper = { git = "https://github.com/lurk-lab/bellpepper", branch = "dev", default-features = false } +bellpepper = { git = "https://github.com/argumentcomputer/bellpepper", branch = "dev", default-features = false } blake2s_simd = "1.0.1" blstrs = { version = "0.7.0" } ff = "0.13.0"