From d06b037a859168a467b5d87654fadce4af0dc96e Mon Sep 17 00:00:00 2001 From: Kais baccour <31540265+kaisbaccour@users.noreply.github.com> Date: Tue, 10 Dec 2024 15:10:07 +0100 Subject: [PATCH] follow-mp2-tag (#134) --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 10 +++++----- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 88c181a..c00a933 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3099,7 +3099,7 @@ dependencies = [ [[package]] name = "gnark-utils" version = "0.1.0" -source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=cc50651#cc506517584e5bec940fcf0ce150395f6f365f48" +source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=v1.1.1#cc506517584e5bec940fcf0ce150395f6f365f48" dependencies = [ "anyhow", "base64 0.22.1", @@ -3119,7 +3119,7 @@ dependencies = [ [[package]] name = "groth16_framework" version = "0.1.0" -source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=cc50651#cc506517584e5bec940fcf0ce150395f6f365f48" +source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=v1.1.1#cc506517584e5bec940fcf0ce150395f6f365f48" dependencies = [ "alloy", "anyhow", @@ -4222,7 +4222,7 @@ checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1" [[package]] name = "mp2_common" version = "0.1.0" -source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=cc50651#cc506517584e5bec940fcf0ce150395f6f365f48" +source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=v1.1.1#cc506517584e5bec940fcf0ce150395f6f365f48" dependencies = [ "alloy", "anyhow", @@ -4249,7 +4249,7 @@ dependencies = [ [[package]] name = "mp2_v1" version = "0.1.0" -source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=cc50651#cc506517584e5bec940fcf0ce150395f6f365f48" +source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=v1.1.1#cc506517584e5bec940fcf0ce150395f6f365f48" dependencies = [ "alloy", "anyhow", @@ -4627,7 +4627,7 @@ dependencies = [ [[package]] name = "parsil" version = "0.1.0" -source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=cc50651#cc506517584e5bec940fcf0ce150395f6f365f48" +source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=v1.1.1#cc506517584e5bec940fcf0ce150395f6f365f48" dependencies = [ "alloy", "anyhow", @@ -5390,7 +5390,7 @@ dependencies = [ [[package]] name = "recursion_framework" version = "0.1.0" -source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=cc50651#cc506517584e5bec940fcf0ce150395f6f365f48" +source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=v1.1.1#cc506517584e5bec940fcf0ce150395f6f365f48" dependencies = [ "anyhow", "log", @@ -5922,7 +5922,7 @@ dependencies = [ [[package]] name = "ryhope" version = "0.1.0" -source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=cc50651#cc506517584e5bec940fcf0ce150395f6f365f48" +source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=v1.1.1#cc506517584e5bec940fcf0ce150395f6f365f48" dependencies = [ "anyhow", "bb8", @@ -7380,7 +7380,7 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" [[package]] name = "verifiable-db" version = "0.1.0" -source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=cc50651#cc506517584e5bec940fcf0ce150395f6f365f48" +source = "git+https://github.com/Lagrange-Labs/mapreduce-plonky2.git?rev=v1.1.1#cc506517584e5bec940fcf0ce150395f6f365f48" dependencies = [ "alloy", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 6430112..b6521e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,11 +3,11 @@ resolver = "2" members = ["lgn-auth", "lgn-messages", "lgn-provers", "lgn-worker"] [workspace.dependencies] -groth16_framework_v1 = { git = "https://github.com/Lagrange-Labs/mapreduce-plonky2.git", rev = "cc50651", package = "groth16_framework" } -mp2_common = { git = "https://github.com/Lagrange-Labs/mapreduce-plonky2.git", rev = "cc50651" } -mp2_v1 = { git = "https://github.com/Lagrange-Labs/mapreduce-plonky2.git", rev = "cc50651" } -parsil = { git = "https://github.com/Lagrange-Labs/mapreduce-plonky2.git", rev = "cc50651" } -verifiable-db = { git = "https://github.com/Lagrange-Labs/mapreduce-plonky2.git", rev = "cc50651" } +groth16_framework_v1 = { git = "https://github.com/Lagrange-Labs/mapreduce-plonky2.git", rev = "v1.1.1", package = "groth16_framework" } +mp2_common = { git = "https://github.com/Lagrange-Labs/mapreduce-plonky2.git", rev = "v1.1.1" } +mp2_v1 = { git = "https://github.com/Lagrange-Labs/mapreduce-plonky2.git", rev = "v1.1.1" } +parsil = { git = "https://github.com/Lagrange-Labs/mapreduce-plonky2.git", rev = "v1.1.1" } +verifiable-db = { git = "https://github.com/Lagrange-Labs/mapreduce-plonky2.git", rev = "v1.1.1" } anyhow = { version = "1.0" } bincode = { version = "1.0" }