Skip to content

Commit 619f42f

Browse files
authored
Merge pull request #321 from scroll-tech/chore-merge-upstream-bcbd2d64c
chore: merge upstream bcbd2d6
2 parents 53ea58b + 2c1a1f2 commit 619f42f

File tree

236 files changed

+6176
-2298
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

236 files changed

+6176
-2298
lines changed

.github/workflows/lint.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- uses: rui314/setup-mold@v1
123123
- uses: dtolnay/rust-toolchain@master
124124
with:
125-
toolchain: "1.86" # MSRV
125+
toolchain: "1.88" # MSRV
126126
- uses: Swatinem/rust-cache@v2
127127
with:
128128
cache-on-failure: true
@@ -274,13 +274,15 @@ jobs:
274274
- uses: actions/checkout@v4
275275
- uses: dtolnay/rust-toolchain@master
276276
with:
277-
toolchain: nightly-2025-02-14
277+
toolchain: nightly-2025-07-30
278278
- uses: Swatinem/rust-cache@v2
279279
with:
280280
cache-on-failure: true
281-
- run: cargo install --locked --git http://github.com/openvm-org/openvm.git --tag v1.2.0 cargo-openvm
281+
- run: cargo install --locked --git https://github.com/openvm-org/openvm.git --tag v1.4.0-rc.2 cargo-openvm
282282
- name: verify openvm compatibility
283-
run: cargo openvm build --manifest-dir crates/scroll/openvm-compat
283+
env:
284+
OPENVM_RUST_TOOLCHAIN: nightly-2025-07-30
285+
run: cargo openvm build --manifest-path crates/scroll/openvm-compat/Cargo.toml
284286

285287
lint-success:
286288
name: lint success

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,7 @@ links-report.json
6969
__pycache__/
7070
*.py[cod]
7171
*$py.class
72+
73+
# direnv
74+
.envrc
75+
.direnv/

0 commit comments

Comments
 (0)