Skip to content

Commit

Permalink
Update to 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
intoverflow committed Sep 18, 2023
1 parent 838aad4 commit 2f848a8
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 43 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: risc0/risc0/.github/actions/rustup@release-0.17
- uses: risc0/risc0/.github/actions/sccache@release-0.17
- uses: risc0/risc0/.github/actions/rustup@release-0.18
- uses: risc0/risc0/.github/actions/sccache@release-0.18
- run: cargo install cargo-risczero && cargo risczero install
- run: cargo test --workspace --all-targets --all-features

Expand All @@ -34,8 +34,8 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: risc0/risc0/.github/actions/rustup@release-0.17
- uses: risc0/risc0/.github/actions/sccache@release-0.17
- uses: risc0/risc0/.github/actions/rustup@release-0.18
- uses: risc0/risc0/.github/actions/sccache@release-0.18
- uses: risc0/clippy-action@main
with:
reporter: 'github-pr-check'
Expand All @@ -49,5 +49,5 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: risc0/risc0/.github/actions/rustup@release-0.17
- uses: risc0/risc0/.github/actions/rustup@release-0.18
- run: cargo fmt --all --check
85 changes: 49 additions & 36 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ opt-level = 3

[workspace.dependencies]
bonsai-sdk = "0.3"
risc0-build = "0.17"
risc0-zkvm = { version = "0.17", default-features = false }
risc0-build = "0.18"
risc0-zkvm = { version = "0.18", default-features = false }

0 comments on commit 2f848a8

Please sign in to comment.