Skip to content

Commit 8d91a95

Browse files
zksync-era-botprotocol-upgrade-bot
andauthored
fix: automated protocol upgrade for zksync-era-next (#140)
## Summary - Automated protocol upgrade for `zksync-era-next` - Component: `zksync-crypto-gpu` ## Context - Manifest: [manifest.yaml](https://github.com/matter-labs/zksync-os-workflows/blob/upgrade/zksync-era-next/1773406297/upgrades/era/next/manifest.yaml) - Manifest path: `upgrades/era/next/manifest.yaml` - Workflow run: [actions/runs/23051654910](https://github.com/matter-labs/zksync-os-workflows/actions/runs/23051654910) ## Operator Checklist 1. Wait until CI is green. 2. If CI fails, push fixes into this branch. 3. Approve and merge this PR. Co-authored-by: protocol-upgrade-bot <protocol-upgrade-bot@users.noreply.github.com>
1 parent 363b4e9 commit 8d91a95

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
@@ -37,8 +37,8 @@ fflonk-cpu = { package = "fflonk", version = "=0.32.10" }
3737

3838

3939
# zksync-protocol repository
40-
circuit_definitions = "=0.153.9"
41-
zkevm_test_harness = "=0.153.9"
40+
circuit_definitions = "=0.153.10"
41+
zkevm_test_harness = "=0.153.10"
4242

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

0 commit comments

Comments
 (0)