Skip to content

Commit f930ea5

Browse files
authored
feat: Bump dependencies (#62)
# 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 612e4b4 commit f930ea5

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,14 +29,14 @@ fflonk = { version = "=0.152.8", path = "crates/fflonk", package = "fflonk-cuda"
2929

3030
# These dependencies should be shared by all the crates.
3131
# zksync-crypto repository
32-
boojum = "=0.30.9"
33-
fflonk-cpu = {package = "fflonk", version = "=0.30.9"}
34-
franklin-crypto = "=0.30.9"
35-
rescue_poseidon = "=0.30.9"
36-
snark_wrapper = "=0.30.9"
32+
boojum = "=0.30.11"
33+
fflonk-cpu = {package = "fflonk", version = "=0.30.11"}
34+
franklin-crypto = "=0.30.11"
35+
rescue_poseidon = "=0.30.11"
36+
snark_wrapper = "=0.30.11"
3737
# zksync-protocol repository
38-
circuit_definitions = { version = "=0.150.16" }
39-
zkevm_test_harness = { version = "=0.150.16" }
38+
circuit_definitions = { version = "=0.150.18" }
39+
zkevm_test_harness = { version = "=0.150.18" }
4040

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

0 commit comments

Comments
 (0)