Skip to content

Commit 38b2b32

Browse files
feat: bumping deps for zksync-crypto & zksync-protocol (#94)
# What ❔ <!-- What are the changes this PR brings about? --> <!-- Example: This PR adds a PR template to the repo. --> <!-- (For bigger PRs adding more context is appreciated) --> ## Why ❔ <!-- Why are these changes done? What goal do they contribute to? What are the principles behind them? --> <!-- Example: PR templates ensure PR reviewers, observers, and future iterators are in context about the evolution of repos. --> ## Checklist <!-- Check your PR fulfills the following items. --> <!-- For draft PRs check the boxes as you complete them. --> - [ ] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [ ] Code has been formatted via `zk fmt` and `zk lint`.
1 parent 0423d65 commit 38b2b32

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ wrapper-prover = { version = "=0.154.0", path = "crates/wrapper-prover", package
2929

3030
# These dependencies should be shared by all the crates.
3131
# zksync-crypto repository
32-
boojum = "=0.32.0"
33-
fflonk-cpu = {package = "fflonk", version = "=0.32.0"}
34-
franklin-crypto = "=0.32.0"
35-
rescue_poseidon = "=0.32.0"
36-
snark_wrapper = "=0.32.0"
32+
boojum = "=0.32.1"
33+
fflonk-cpu = {package = "fflonk", version = "=0.32.1"}
34+
franklin-crypto = "=0.32.1"
35+
rescue_poseidon = "=0.32.1"
36+
snark_wrapper = "=0.32.1"
3737

3838
# zksync-protocol repository
39-
circuit_definitions = { version = "0.152.0" }
40-
zkevm_test_harness = { version = "0.152.0" }
39+
circuit_definitions = { version = "=0.152.1" }
40+
zkevm_test_harness = { version = "=0.152.1" }
4141

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

0 commit comments

Comments
 (0)