Skip to content

Commit

Permalink
Revert "fix: ICE on 1.72.0, downgrading to 1.71.1"
Browse files Browse the repository at this point in the history
This reverts commit cebc09e.
Upstream has fixed the issue.
  • Loading branch information
PhotonQuantum committed Sep 19, 2023
1 parent ef02fc8 commit 0add7bf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup Cargo Toolchain
uses: dtolnay/rust-toolchain@1.71.1
uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
with:
shared-key: build-${{ matrix.target }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup Cargo Toolchain
uses: dtolnay/rust-toolchain@1.71.1
uses: dtolnay/rust-toolchain@stable
- name: Setup Cross Toolchain
if: matrix.cross
uses: taiki-e/install-action@cross
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
name: Checkout
- uses: dtolnay/rust-toolchain@1.71.1
- uses: dtolnay/rust-toolchain@stable
name: Setup Cargo Toolchain
with:
components: rustfmt, clippy
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Cargo Toolchain
uses: dtolnay/rust-toolchain@1.71.1
uses: dtolnay/rust-toolchain@stable
- name: Setup Java
uses: actions/setup-java@v2
with:
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Setup Cargo Toolchain
uses: dtolnay/rust-toolchain@1.71.1
uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
name: Rust Cache
- name: Install nextest
Expand Down
3 changes: 0 additions & 3 deletions rust-toolchain.toml

This file was deleted.

0 comments on commit 0add7bf

Please sign in to comment.