Skip to content

Commit

Permalink
Update nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
c410-f3r committed Oct 19, 2023
1 parent 58cdc39 commit 07f2703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2023-10-15
profile: minimal
override: true

Expand All @@ -38,7 +38,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
components: clippy, rustfmt
toolchain: nightly-2022-01-28
toolchain: nightly-2023-10-15
profile: minimal
override: true

Expand Down

0 comments on commit 07f2703

Please sign in to comment.