Skip to content

Commit

Permalink
bump reth to 1.0.7 (#1389)
Browse files Browse the repository at this point in the history
* bump reth to 1.0.7

* bump dojo

* fix conflicts

* fix features

* fix transaction signed test

* update cargo

* ignore trace call test

* clean up
  • Loading branch information
tcoratger authored Sep 23, 2024
1 parent 4061385 commit 4a12a58
Show file tree
Hide file tree
Showing 43 changed files with 2,744 additions and 4,918 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.80.0
toolchain: 1.81.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 @@ -14,7 +14,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
components: clippy
toolchain: 1.80.0
toolchain: 1.81.0
- name: Retrieve cached dependencies
uses: Swatinem/rust-cache@v2
# nextest setup
Expand Down
Loading

0 comments on commit 4a12a58

Please sign in to comment.