Skip to content

Commit

Permalink
Update CI rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Lohann committed Sep 11, 2024
1 parent 1687975 commit 45ac2e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.78.0
toolchain: 1.79.0
components: rustfmt, clippy

- name: Install dprint
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.78.0
toolchain: 1.79.0
components: clippy
target: x86_64-unknown-linux-musl
override: true
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.78.0
toolchain: 1.79.0
components: clippy
target: wasm32-unknown-unknown
override: true
Expand Down

0 comments on commit 45ac2e5

Please sign in to comment.