Skip to content

Commit

Permalink
bump rustc version to 1.78.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joldie777 committed Aug 2, 2024
1 parent a2f07db commit 5a1ec84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 1
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.73.0
toolchain: 1.78.0
components: clippy
profile: minimal
override: true
Expand All @@ -31,7 +31,7 @@ jobs:
fetch-depth: 1
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.73.0
toolchain: 1.78.0
components: rustfmt
profile: minimal
override: true
Expand All @@ -49,7 +49,7 @@ jobs:
fetch-depth: 1
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.73.0
toolchain: 1.78.0
profile: minimal
- run: cargo fetch --verbose
- run: cargo build
Expand Down

0 comments on commit 5a1ec84

Please sign in to comment.