From e80513d0f644cbcf6227fd80adc92204b0b74dfd Mon Sep 17 00:00:00 2001 From: jorgeantonio21 Date: Tue, 19 Sep 2023 17:05:40 +0100 Subject: [PATCH] update Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 68b79d0..009e968 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,8 +10,8 @@ edition = "2021" anyhow = { version = "1.0.40", default-features = false } itertools = { version = "0.10.0", default-features = false } num = { version = "0.4", default-features = false } -plonky2 = { git = "https://github.com/mir-protocol/plonky2.git" } +plonky2 = "0.1.4" [dev-dependencies] -plonky2 = { git = "https://github.com/mir-protocol/plonky2.git", default-features = false, features = ["gate_testing"] } rand = { version = "0.8.4", default-features = false, features = ["getrandom"] } +plonky2 = "0.1.4"