Skip to content

Commit 06ad63f

Browse files
authored
fix(deps): zksync_protocol deps (#130)
# 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`. Signed-off-by: Danil <deniallugo@gmail.com>
1 parent 8554cf3 commit 06ad63f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ rescue_poseidon = "=0.32.6"
3636
snark_wrapper = "=0.32.6"
3737

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

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

0 commit comments

Comments
 (0)