Skip to content

Commit

Permalink
WEB3-76: Update to risc0-zkvm 1.2.0 (#142)
Browse files Browse the repository at this point in the history
Update to risc0-zkvm 1.2.0
  • Loading branch information
nategraf authored Dec 9, 2024
1 parent ee6b069 commit df20e7e
Show file tree
Hide file tree
Showing 10 changed files with 989 additions and 839 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUST_BACKTRACE: "1"
RISC0_MONOREPO_REF: "release-1.1"
RISC0_MONOREPO_REF: "release-1.2"

jobs:
test:
Expand All @@ -37,7 +37,7 @@ jobs:
uses: risc0/foundry-toolchain@2fe7e70b520f62368a0e3c464f997df07ede420f

- name: risczero toolchain install
uses: risc0/risc0-ethereum/.github/actions/cargo-risczero-install@release-1.1
uses: risc0/risc0-ethereum/.github/actions/cargo-risczero-install@release-1.2
with:
ref: ${{ env.RISC0_MONOREPO_REF }}

Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
uses: risc0/foundry-toolchain@2fe7e70b520f62368a0e3c464f997df07ede420f

- name: risczero toolchain install
uses: risc0/risc0-ethereum/.github/actions/cargo-risczero-install@release-1.1
uses: risc0/risc0-ethereum/.github/actions/cargo-risczero-install@release-1.2
with:
ref: ${{ env.RISC0_MONOREPO_REF }}

Expand Down
Loading

0 comments on commit df20e7e

Please sign in to comment.