Skip to content

Commit

Permalink
chore: bump crypto to 0.30.9 and protocol to 0.150.16 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
robik75 authored Nov 21, 2024
1 parent cd42766 commit 625b24f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ fflonk = { version = "=0.152.7", path = "crates/fflonk", package = "fflonk-cuda"

# These dependencies should be shared by all the crates.
# zksync-crypto repository
boojum = "=0.30.8"
fflonk-cpu = {package = "fflonk", version = "=0.30.8"}
franklin-crypto = "=0.30.8"
rescue_poseidon = "=0.30.8"
snark_wrapper = "=0.30.8"
boojum = "=0.30.9"
fflonk-cpu = {package = "fflonk", version = "=0.30.9"}
franklin-crypto = "=0.30.9"
rescue_poseidon = "=0.30.9"
snark_wrapper = "=0.30.9"
# zksync-protocol repository
circuit_definitions = { version = "=0.150.15" }
zkevm_test_harness = { version = "=0.150.15" }
circuit_definitions = { version = "=0.150.16" }
zkevm_test_harness = { version = "=0.150.16" }

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

0 comments on commit 625b24f

Please sign in to comment.