From 7a38240693455d6182210c2efecba99cbf871a6f Mon Sep 17 00:00:00 2001 From: Ahmad Date: Fri, 25 Jul 2025 13:14:00 +1000 Subject: [PATCH] Pin Plonky2 dependency --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index aaaf5f8..84313eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,8 +10,7 @@ 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/0xPARC/plonky2" } +plonky2 = { git = "https://github.com/0xPARC/plonky2", rev = "3defd60532c8693cf5e9d2e6a8412c77ca58760f" } [dev-dependencies] rand = { version = "0.8.4", default-features = false, features = ["getrandom"] } -plonky2 = { git = "https://github.com/0xPARC/plonky2" }