From 9b7ae13c1be7fa2c6f6d931530dcc19565d99bee Mon Sep 17 00:00:00 2001 From: Lech <88630083+Artemka374@users.noreply.github.com> Date: Wed, 6 Nov 2024 13:45:08 +0200 Subject: [PATCH] bump protocol deps --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 96b90ef..4f67843 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,8 +28,8 @@ wrapper-prover = { version = "=0.152.3", path = "crates/wrapper-prover", package fflonk = { version = "=0.152.3", path = "crates/fflonk", package = "fflonk-cuda" } # These dependencies should be shared by all the crates. -circuit_definitions = { version = "=0.150.11" } -zkevm_test_harness = { version = "=0.150.11" } +circuit_definitions = { version = "=0.150.12" } +zkevm_test_harness = { version = "=0.150.12" } boojum = "=0.30.6" franklin-crypto = "=0.30.6" rescue_poseidon = "=0.30.6"