Skip to content

Commit 1098876

Browse files
authored
[Feat] Update zkvm to 0.6 (use openvm 1.4) (#1736)
1 parent 9e520e7 commit 1098876

File tree

31 files changed

+1092
-12462
lines changed

31 files changed

+1092
-12462
lines changed

.github/workflows/common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions-rs/toolchain@v1
3131
with:
32-
toolchain: nightly-2025-02-14
32+
toolchain: nightly-2025-08-18
3333
override: true
3434
components: rustfmt, clippy
3535
- name: Install Go

.github/workflows/coordinator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions-rs/toolchain@v1
3535
with:
36-
toolchain: nightly-2025-02-14
36+
toolchain: nightly-2025-08-18
3737
override: true
3838
components: rustfmt, clippy
3939
- name: Install Go

.github/workflows/intermediate-docker.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@ on:
2222
required: true
2323
type: choice
2424
options:
25-
- nightly-2023-12-03
26-
- nightly-2022-12-10
2725
- 1.86.0
28-
- nightly-2025-02-14
29-
default: "nightly-2023-12-03"
26+
- nightly-2025-08-18
27+
default: "nightly-2025-08-18"
3028
PYTHON_VERSION:
3129
description: "Python version"
3230
required: false

0 commit comments

Comments
 (0)