From ec5840936b4e595388c4d8e20ef5a0e9cb13ee0e Mon Sep 17 00:00:00 2001 From: Manish Kumar Date: Wed, 24 Apr 2024 19:28:13 +0530 Subject: [PATCH] plonky2 dependency version changed to 0.2.2 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 009e968..72a36e6 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 = "0.1.4" +plonky2 = "0.2.2" [dev-dependencies] rand = { version = "0.8.4", default-features = false, features = ["getrandom"] } -plonky2 = "0.1.4" +plonky2 = "0.2.2"