Skip to content

Commit

Permalink
chore: regular upgrade (#103)
Browse files Browse the repository at this point in the history
* chore: upgrade rust version

* chore: regular upgrade
  • Loading branch information
henry40408 authored Jul 30, 2024
1 parent c8e408c commit 16ff1fd
Show file tree
Hide file tree
Showing 3 changed files with 188 additions and 172 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
- uses: dtolnay/rust-toolchain@1.78.0
- uses: dtolnay/rust-toolchain@1.80.0
with:
components: clippy,rustfmt
- uses: actions/[email protected]
Expand All @@ -30,7 +30,7 @@ jobs:
if: github.event_name == 'push'
steps:
- uses: actions/[email protected]
- uses: dtolnay/rust-toolchain@1.78.0
- uses: dtolnay/rust-toolchain@1.80.0
- uses: actions/[email protected]
with:
path: |
Expand Down
Loading

0 comments on commit 16ff1fd

Please sign in to comment.