Skip to content

Commit

Permalink
pin to release-0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
capossele committed Mar 11, 2024
1 parent 6cdf6b5 commit b57c855
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 79 deletions.
37 changes: 0 additions & 37 deletions .github/local_override.py

This file was deleted.

14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RISC0_TOOLCHAIN_VERSION: v2024-01-31.1
RISC0_CRATE_VERSION: "^0.20"
RISC0_CRATE_VERSION: "0.21.0-rc.2"

jobs:
# see: https://github.com/orgs/community/discussions/26822
Expand All @@ -44,7 +44,7 @@ jobs:
# Full history is required by license-check.py
fetch-depth: 0
submodules: recursive
- 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@b9307573043522ab0d3e3be64a51763b765b52a4
with:
Expand Down Expand Up @@ -94,9 +94,9 @@ jobs:
with:
submodules: recursive
- if: matrix.feature == 'cuda'
uses: risc0/risc0/.github/actions/cuda@release-0.20
- uses: risc0/risc0/.github/actions/rustup@release-0.20
- uses: risc0/risc0/.github/actions/sccache@release-0.20
uses: risc0/risc0/.github/actions/cuda@release-0.21
- uses: risc0/risc0/.github/actions/rustup@release-0.21
- uses: risc0/risc0/.github/actions/sccache@release-0.21
with:
key: ${{ matrix.os }}-${{ matrix.feature }}
- run: cargo install --force --locked cargo-risczero@$RISC0_CRATE_VERSION -F $FEATURE
Expand Down Expand Up @@ -125,11 +125,11 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: risc0/risc0/.github/actions/rustup@release-0.20
- uses: risc0/risc0/.github/actions/rustup@release-0.21
- uses: risc0/foundry-toolchain@2fe7e70b520f62368a0e3c464f997df07ede420f
with:
version: nightly-09fe3e041369a816365a020f715ad6f94dbce9f2
- uses: risc0/risc0/.github/actions/sccache@release-0.20
- uses: risc0/risc0/.github/actions/sccache@release-0.21
with:
key: macOS-default
- run: cargo install --force --locked cargo-risczero@$RISC0_CRATE_VERSION
Expand Down
60 changes: 30 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ alloy-primitives = { version = "0.6", default-features = false, features = ["rlp
alloy-sol-types = { version = "0.6" }
anyhow = { version = "1.0.75" }
bincode = { version = "1.3" }
bonsai-rest-api-mock = { git = "https://github.com/risc0/risc0", rev = "7e4d9877", default-features = false }
bonsai-sdk = { git = "https://github.com/risc0/risc0", rev = "7e4d9877", default-features = false }
risc0-build = { git = "https://github.com/risc0/risc0", rev = "7e4d9877", default-features = false }
risc0-zkp = { git = "https://github.com/risc0/risc0", rev = "7e4d9877", default-features = false }
risc0-zkvm = { git = "https://github.com/risc0/risc0", rev = "7e4d9877", default-features = false }
bonsai-rest-api-mock = { git = "https://github.com/risc0/risc0", branch = "release-0.21", default-features = false }
bonsai-sdk = { git = "https://github.com/risc0/risc0", branch = "release-0.21", default-features = false }
risc0-build = { git = "https://github.com/risc0/risc0", branch = "release-0.21", default-features = false }
risc0-zkp = { git = "https://github.com/risc0/risc0", branch = "release-0.21", default-features = false }
risc0-zkvm = { git = "https://github.com/risc0/risc0", branch = "release-0.21", default-features = false }

0 comments on commit b57c855

Please sign in to comment.