Skip to content

Commit

Permalink
feat: cleanup + update deps + rm kona-primitives (#105)
Browse files Browse the repository at this point in the history
* updated alloy, op-alloy and reth versions
* removed kona-primitives
* updated MSRV to 1.82

Minor cleanup across the `rollup` crate.
  • Loading branch information
merklefruit authored Oct 20, 2024
1 parent 798a949 commit 51b3b9a
Show file tree
Hide file tree
Showing 15 changed files with 558 additions and 610 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.81" # MSRV
toolchain: "1.82" # MSRV
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
Expand Down
Loading

0 comments on commit 51b3b9a

Please sign in to comment.