Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robik75 committed Oct 31, 2024
1 parent 5ca9ec2 commit 1434cf6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ shivini = { version = "=0.151.1", path = "crates/shivini" }
wrapper-prover = { version = "=0.151.1", path = "crates/wrapper-prover", package = "zksync-wrapper-prover" }

# These dependencies should be shared by all the crates.
boojum = "=0.30.2"
circuit_definitions = "=0.150.8"
franklin-crypto = "=0.30.2"
snark_wrapper = "=0.30.2"
zkevm_test_harness = "=0.150.8"
boojum = "=0.30.5"
circuit_definitions = "=0.150.10"
franklin-crypto = "=0.30.5"
snark_wrapper = "=0.30.5"
zkevm_test_harness = "=0.150.10"

[profile.release]
debug = "line-tables-only"

0 comments on commit 1434cf6

Please sign in to comment.