Skip to content

Commit

Permalink
Revert "revert change in cargo lint"
Browse files Browse the repository at this point in the history
This reverts commit d1a12e0.
  • Loading branch information
apoorvsadana committed Oct 5, 2024
1 parent d1a12e0 commit 567e472
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/linters-cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
shared-key: "cache"
- run: rustup show
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.78
components: rustfmt, clippy

- uses: software-mansion/setup-scarb@v1
with:
Expand Down

0 comments on commit 567e472

Please sign in to comment.