Skip to content

Commit

Permalink
fix: bump zksync-protocol to 0.150.7 (#39)
Browse files Browse the repository at this point in the history
# What ❔

This PR bumps the dependencies from the `zksync-protocol` repo to
version `0.150.7`

## Why ❔

`zkevm_test_harness` was updated to fix a problem with the `regex`
crate.
See matter-labs/zksync-protocol#51
  • Loading branch information
robik75 authored Oct 25, 2024
1 parent 50990e3 commit 9df8ec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ shivini = { version = "=0.151.0", path = "crates/shivini" }
wrapper-prover = { version = "=0.151.0", path = "crates/wrapper-prover", package = "zksync-wrapper-prover" }

# These dependencies should be shared by all the crates.
circuit_definitions = { version = "=0.150.6" }
zkevm_test_harness = { version = "=0.150.6" }
circuit_definitions = { version = "=0.150.7" }
zkevm_test_harness = { version = "=0.150.7" }
boojum = "=0.30.1"
franklin-crypto = "=0.30.1"

0 comments on commit 9df8ec0

Please sign in to comment.