Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 0fc2eec

Browse files
authored
bump reth v1.0.0 (#721)
* bump reth to v1.0.0-rc.1 * bump reth to v1.0.0 * fix dep * bump rust version in ci * bump blockifier fork and rearrange code * Trigger CI/CD pipeline * some fixes * fix versioned constants * trunk fmt * clean up * cargo update * fix comment * clean up * rm useless match error variant
1 parent ccd9042 commit 0fc2eec

File tree

15 files changed

+2652
-1836
lines changed

15 files changed

+2652
-1836
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
profile: minimal
2727
components: llvm-tools-preview
2828
override: true
29-
toolchain: 1.77.0
29+
toolchain: 1.79.0
3030
- name: Retrieve cached dependencies
3131
uses: Swatinem/rust-cache@v2
3232
- name: fetch ef tests

.github/workflows/trunk-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v3
2222
- uses: actions-rs/toolchain@v1
2323
with:
24-
toolchain: 1.77.0
24+
toolchain: 1.79.0
2525
override: true
2626
components: clippy
2727
- uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)