Skip to content

Commit

Permalink
Merge branch 'main' into refactor-transform
Browse files Browse the repository at this point in the history
  • Loading branch information
cwastche committed Aug 5, 2024
2 parents 99960fb + 836e04e commit a7809d8
Show file tree
Hide file tree
Showing 67 changed files with 2,698 additions and 7,849 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kakarot_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
target: ${{ matrix.target }}
toolchain: 1.79.0
toolchain: 1.80.0
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
components: clippy
toolchain: 1.79.0
toolchain: 1.80.0
- name: Retrieve cached dependencies
uses: Swatinem/rust-cache@v2
# nextest setup
Expand Down
Loading

0 comments on commit a7809d8

Please sign in to comment.