Skip to content

Commit

Permalink
ci gui: rust version 1.74 for linter, 1.65 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardparis committed Jan 22, 2024
1 parent 1526d15 commit c9bb7b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.65.0
toolchain: 1.75.0
components: rustfmt, clippy
override: true
- name: rustfmt
Expand All @@ -68,7 +68,7 @@ jobs:
strategy:
matrix:
toolchain:
- 1.65
- 1.65.0
- nightly
os:
- ubuntu-latest
Expand Down

0 comments on commit c9bb7b0

Please sign in to comment.