Skip to content

Commit

Permalink
Bump for release-1.1-rc.1 (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
capossele authored Aug 9, 2024
1 parent b9a361d commit 3b8fea1
Show file tree
Hide file tree
Showing 20 changed files with 26,132 additions and 35 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bonsai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ permissions:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RISC0_TOOLCHAIN_VERSION: v2024-04-22.0
RISC0_MONOREPO_REF: "main"
RISC0_TOOLCHAIN_VERSION: r0.1.79.0
RISC0_MONOREPO_REF: "release-1.1"

jobs:
e2e-test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ permissions:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RISC0_TOOLCHAIN_VERSION: v2024-04-22.0
RISC0_MONOREPO_REF: "main"
RISC0_TOOLCHAIN_VERSION: r0.1.79.0
RISC0_MONOREPO_REF: "release-1.1"

jobs:
# see: https://github.com/orgs/community/discussions/26822
Expand Down
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,3 @@ out/

# Ignore .pb files generated by profiling
*.pb

# We ignore lock files in this repository on main because we want to
# continually track and develop against risc0 main. When lock files are
# tracked, CI will pin to a commit and only rarely update.
Cargo.lock
Loading

0 comments on commit 3b8fea1

Please sign in to comment.