Skip to content

Commit

Permalink
Bump reth to 2933ec7 (#51)
Browse files Browse the repository at this point in the history
* upgrade to pre-release

* cargo

* cosmetic changes

* lock

* clippy

* actions

* doc fix

* dedup
  • Loading branch information
debjit-bw authored Feb 18, 2025
1 parent 4be9bdb commit 78f69aa
Show file tree
Hide file tree
Showing 11 changed files with 1,174 additions and 1,071 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/post-merge-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.cargo/registry
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
SQLX_OFFLINE: true
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.cargo/registry
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
SQLX_OFFLINE: true
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.cargo/registry
Expand Down
Loading

0 comments on commit 78f69aa

Please sign in to comment.