Skip to content

Commit

Permalink
Revert "Fix compilation errors."
Browse files Browse the repository at this point in the history
This reverts commit 402da7a.

Signed-off-by: lucasliang <[email protected]>
  • Loading branch information
LykxSassinator committed Jan 10, 2024
1 parent 483c87b commit bb17833
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-11-03
toolchain: nightly-2022-07-13
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-11-03
toolchain: nightly-2022-07-13
override: true
components: llvm-tools-preview
- uses: Swatinem/rust-cache@v1
Expand Down

0 comments on commit bb17833

Please sign in to comment.