Skip to content

Commit

Permalink
bump reth to v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Aug 24, 2024
1 parent 1699f47 commit ec41dc4
Show file tree
Hide file tree
Showing 5 changed files with 254 additions and 179 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
profile: minimal
components: llvm-tools-preview
override: true
toolchain: 1.79.0
toolchain: 1.80.0
- name: Retrieve cached dependencies
uses: Swatinem/rust-cache@v2
- name: fetch ef tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trunk-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.79.0
toolchain: 1.80.0
override: true
components: clippy
- uses: Swatinem/rust-cache@v2
Expand Down
Loading

0 comments on commit ec41dc4

Please sign in to comment.