Skip to content

Commit a11dfae

Browse files
authored
deps: bump reth to 1.8.2 (#50)
* deps: bump reth to 1.8.2 * lint * bump MSRV to 1.88
1 parent 0260e15 commit a11dfae

File tree

7 files changed

+574
-475
lines changed

7 files changed

+574
-475
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
rust: ["stable", "nightly", "1.86"] # MSRV
16+
rust: ["stable", "nightly", "1.88"] # MSRV
1717
flags: ["", "--all-features"]
1818
steps:
1919
- uses: actions/checkout@v3
@@ -28,10 +28,10 @@ jobs:
2828
repo-token: ${{ secrets.GITHUB_TOKEN }}
2929
# Only run tests on latest stable and above
3030
- name: build
31-
if: ${{ matrix.rust == '1.86' }} # MSRV
31+
if: ${{ matrix.rust == '1.88' }} # MSRV
3232
run: cargo build --workspace ${{ matrix.flags }}
3333
- name: test
34-
if: ${{ matrix.rust != '1.86' }} # MSRV
34+
if: ${{ matrix.rust != '1.88' }} # MSRV
3535
run: cargo test --workspace ${{ matrix.flags }}
3636
feature-checks:
3737
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)