Skip to content

Commit

Permalink
Fix compilation errors.
Browse files Browse the repository at this point in the history
Signed-off-by: lucasliang <[email protected]>
  • Loading branch information
LykxSassinator committed Jan 9, 2024
1 parent c6f42c3 commit 402da7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-07-13
toolchain: nightly-2022-11-03
override: true
components: rustfmt, clippy, rust-src
- uses: Swatinem/rust-cache@v1
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-07-13
toolchain: nightly-2022-11-03
override: true
components: llvm-tools-preview
- uses: Swatinem/rust-cache@v1
Expand Down

0 comments on commit 402da7a

Please sign in to comment.