Skip to content

feat: bump sdk to 0.10 to support reth 1.6 #132

feat: bump sdk to 0.10 to support reth 1.6

feat: bump sdk to 0.10 to support reth 1.6 #132

Workflow file for this run

name: CI # Continuous Integration
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
# simplest example of using the rust-base action
jobs:
rust-library-base:
uses: init4tech/actions/.github/workflows/rust-library-base.yml@main
with:
require-lockfile: true
rust-profile: "ci-rust"