Skip to content

Commit

Permalink
Merge branch 'main' into capossele/ffi-build
Browse files Browse the repository at this point in the history
  • Loading branch information
capossele authored May 17, 2024
2 parents f8f3695 + 53d849b commit e598392
Show file tree
Hide file tree
Showing 13 changed files with 390 additions and 393 deletions.
5 changes: 0 additions & 5 deletions .cargo/config.toml

This file was deleted.

12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ concurrency:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUST_BACKTRACE: "1"
RISC0_CRATE_VERSION: "^0.20"
RISC0_TOOLCHAIN_VERSION: v2024-01-31.1
RISC0_CRATE_VERSION: "^0.21"
RISC0_TOOLCHAIN_VERSION: v2024-02-08.1

jobs:
test:
Expand All @@ -30,9 +30,9 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive

- name: Install rust
uses: risc0/risc0/.github/actions/rustup@release-0.20
uses: risc0/risc0/.github/actions/rustup@release-0.21

- name: Install Foundry
uses: risc0/foundry-toolchain@2fe7e70b520f62368a0e3c464f997df07ede420f
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
submodules: recursive

- name: Install rust
uses: risc0/risc0/.github/actions/rustup@release-0.19
uses: risc0/risc0/.github/actions/rustup@release-0.21

- name: Install Foundry
uses: risc0/foundry-toolchain@2fe7e70b520f62368a0e3c464f997df07ede420f
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
submodules: recursive

- name: install rust
uses: risc0/risc0/.github/actions/rustup@release-0.20
uses: risc0/risc0/.github/actions/rustup@release-0.21

- name: install cargo-sort
uses: risc0/cargo-install@v1
Expand Down
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
[submodule "lib/risc0-ethereum"]
path = lib/risc0-ethereum
url = https://github.com/risc0/risc0-ethereum
branch = release-0.9
Loading

0 comments on commit e598392

Please sign in to comment.