Skip to content

Commit

Permalink
bump to 0.20 (#73)
Browse files Browse the repository at this point in the history
* bump to 0.20
  • Loading branch information
capossele authored Feb 15, 2024
1 parent b48a796 commit bb242d8
Show file tree
Hide file tree
Showing 18 changed files with 844 additions and 333 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ concurrency:

env:
RUST_BACKTRACE: "1"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RISC0_VERSION: 0.20.1
RISC0_TOOLCHAIN_VERSION: test-release-2

jobs:
integration:
Expand All @@ -39,13 +42,12 @@ jobs:
uses: risc0/cargo-install@v1
with:
crate: cargo-binstall
version: "1.4"

- name: Cargo binstall cargo-risczero
run: cargo binstall -y --force cargo-risczero@0.19.1
run: cargo binstall -y --force cargo-risczero@${{ env.RISC0_VERSION }}

- name: risczero toolchain install
run: cargo risczero install
run: cargo risczero install --version $RISC0_TOOLCHAIN_VERSION

- name: build solidity contracts
run: forge build
Expand Down Expand Up @@ -79,13 +81,12 @@ jobs:
uses: risc0/cargo-install@v1
with:
crate: cargo-binstall
version: "1.4"

- name: Cargo binstall cargo-risczero
run: cargo binstall -y --force cargo-risczero@0.19.1
run: cargo binstall -y --force cargo-risczero@${{ env.RISC0_VERSION }}

- name: risczero toolchain install
run: cargo risczero install
run: cargo risczero install --version $RISC0_TOOLCHAIN_VERSION

- name: build solidity contracts
run: forge build
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
[submodule "lib/risc0"]
path = lib/risc0
url = https://github.com/risc0/risc0
branch = "release-0.19"
branch = "release-0.20"
Loading

0 comments on commit bb242d8

Please sign in to comment.