Skip to content

Commit 9bab8c0

Browse files
chore: update openvm and switch to stable rust 1.85 (#390)
* chore: better update_openvm script * chore: update kzg script * fix * update revm * fix deps
1 parent 3037a52 commit 9bab8c0

File tree

11 files changed

+281
-445
lines changed

11 files changed

+281
-445
lines changed

.github/workflows/update-openvm.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
- name: Find & replace rev in all Cargo.toml files
4040
run: |
4141
OPENVM_REV=${{ steps.get-openvm-rev.outputs.result }}
42-
OLD_REV=$(grep '^openvm = { git = "https://github.com/openvm-org/openvm.git"' Cargo.toml | sed -E 's/.*rev = "([^"]+)".*/\1/')
43-
bash ci/update_rev.sh $OLD_REV $OPENVM_REV
42+
bash ci/update_openvm.sh $OPENVM_REV
4443
4544
- name: Update workspace Cargo.lock
4645
run: |

0 commit comments

Comments
 (0)