Skip to content

Commit d6e1766

Browse files
committed
Update deps to published
1 parent 870c902 commit d6e1766

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

Cargo.toml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -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]
5044
debug = "line-tables-only"

0 commit comments

Comments
 (0)