Skip to content

Commit

Permalink
Switch to zk_evm crates
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed Mar 12, 2024
1 parent eace7cd commit 9dfe5a7
Show file tree
Hide file tree
Showing 9 changed files with 169 additions and 160 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/cI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2024-02-01
- uses: dtolnay/rust-toolchain@nightly
components: clippy
- uses: Swatinem/rust-cache@v2
with:
Expand All @@ -35,9 +33,7 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2024-02-01
- uses: dtolnay/rust-toolchain@nightly
components: rustfmt
- run: cargo fmt --all --check

Expand All @@ -46,9 +42,7 @@ jobs:
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2024-02-01
- uses: dtolnay/rust-toolchain@nightly
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
Expand Down
Loading

0 comments on commit 9dfe5a7

Please sign in to comment.