Skip to content

Commit

Permalink
bump to 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
capossele committed Jan 24, 2024
1 parent b48a796 commit 6c6c478
Show file tree
Hide file tree
Showing 6 changed files with 389 additions and 248 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
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@0.20.0-rc.2

- name: risczero toolchain install
run: cargo risczero install
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
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@0.20.0-rc.2

- name: risczero toolchain install
run: cargo risczero install
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 6c6c478

Please sign in to comment.