From a3e1f81269246adce091d14fbbea4edbf5be22b0 Mon Sep 17 00:00:00 2001 From: Vladislav Volosnikov Date: Wed, 16 Oct 2024 23:09:36 +0300 Subject: [PATCH] Bump zksync-protocol deps --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a510002..cab830e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ shivini = { version = "=0.150.9", path = "crates/shivini" } wrapper-prover = { version = "=0.150.9", path = "crates/wrapper-prover", package = "zksync-wrapper-prover" } # These dependencies should be shared by all the crates. -circuit_definitions = { version = "=0.150.5" } -zkevm_test_harness = { version = "=0.150.5" } +circuit_definitions = { version = "=0.150.6" } +zkevm_test_harness = { version = "=0.150.6" } boojum = "=0.30.1" franklin-crypto = "=0.30.1"