Skip to content

Commit

Permalink
chore: bump crypto and protocol crates
Browse files Browse the repository at this point in the history
Release-As: 0.152.5
  • Loading branch information
robik75 committed Nov 18, 2024
1 parent 88f7039 commit 97c893b
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 @@ -28,13 +28,13 @@ wrapper-prover = { version = "=0.152.4", path = "crates/wrapper-prover", package
fflonk = { version = "=0.152.4", path = "crates/fflonk", package = "fflonk-cuda" }

# These dependencies should be shared by all the crates.
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"
snark_wrapper = "=0.30.6"
fflonk-cpu = {package = "fflonk", version = "=0.30.6"}
circuit_definitions = { version = "=0.150.13" }
zkevm_test_harness = { version = "=0.150.13" }
boojum = "=0.30.7"
franklin-crypto = "=0.30.7"
rescue_poseidon = "=0.30.7"
snark_wrapper = "=0.30.7"
fflonk-cpu = {package = "fflonk", version = "=0.30.7"}

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

0 comments on commit 97c893b

Please sign in to comment.