Skip to content

Commit

Permalink
chore: upgrade CI toolchain to 1.83.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ebastien committed Dec 8, 2024
1 parent 0af7cdc commit 9732283
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.72.0
toolchain: 1.83.0
override: true
- uses: actions-rs/cargo@v1
with:
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.72.0
toolchain: 1.83.0
override: true
- uses: actions-rs/cargo@v1
with:
Expand All @@ -49,7 +49,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.72.0
toolchain: 1.83.0
override: true
- run: rustup component add rustfmt
- uses: actions-rs/cargo@v1
Expand All @@ -65,7 +65,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.72.0
toolchain: 1.83.0
override: true
- run: rustup component add clippy
- uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 9732283

Please sign in to comment.