@@ -29,22 +29,16 @@ wrapper-prover = { version = "=0.155.8", path = "crates/wrapper-prover", package
2929
3030# These dependencies should be shared by all the crates.
3131# zksync-crypto repository
32- # boojum = { path = "../zksync-crypto/crates/boojum" } # "=0.32.9"
33- # franklin-crypto = { path = "../zksync-crypto/crates/franklin-crypto" } # "=0.32.9"
34- # rescue_poseidon = { path = "../zksync-crypto/crates/rescue-poseidon" } # "=0.32.9"
35- # snark_wrapper = { path = "../zksync-crypto/crates/snark-wrapper" } # "=0.32.9"
36- # fflonk-cpu = { package = "fflonk", path = "../zksync-crypto/crates/fflonk" } # version = "=0.32.9"
37-
38- boojum = { git = " https://github.com/matter-labs/zksync-crypto" , branch = " popzxc-update-rand" }
39- franklin-crypto = { git = " https://github.com/matter-labs/zksync-crypto" , branch = " popzxc-update-rand" }
40- rescue_poseidon = { git = " https://github.com/matter-labs/zksync-crypto" , branch = " popzxc-update-rand" }
41- snark_wrapper = { git = " https://github.com/matter-labs/zksync-crypto" , branch = " popzxc-update-rand" }
42- fflonk-cpu = { package = " fflonk" , git = " https://github.com/matter-labs/zksync-crypto" , branch = " popzxc-update-rand" }
32+ boojum = " =0.32.10"
33+ franklin-crypto = " =0.32.10"
34+ rescue_poseidon = " =0.32.10"
35+ snark_wrapper = " =0.32.10"
36+ fflonk-cpu = { package = " fflonk" , version = " =0.32.10" }
4337
4438
4539# zksync-protocol repository
46- circuit_definitions = { git = " https://github.com/matter-labs/zksync-protocol " , branch = " popzxc-update-rand " }
47- zkevm_test_harness = { git = " https://github.com/matter-labs/zksync-protocol " , branch = " popzxc-update-rand " }
40+ circuit_definitions = " =0.153.9 "
41+ zkevm_test_harness = " =0.153.9 "
4842
4943[profile .release ]
5044debug = " line-tables-only"
0 commit comments