We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8053981 commit b3aadabCopy full SHA for b3aadab
.github/workflows/lint.yml
@@ -280,6 +280,8 @@ jobs:
280
cache-on-failure: true
281
- run: cargo install --locked --git http://github.com/openvm-org/openvm.git --tag v1.4.0-rc.2 cargo-openvm
282
- name: verify openvm compatibility
283
+ env:
284
+ OPENVM_RUST_TOOLCHAIN: nightly-2025-07-30
285
run: cargo openvm build --manifest-path crates/scroll/openvm-compat/Cargo.toml
286
287
lint-success:
0 commit comments