Skip to content

Commit 49be265

Browse files
committed
Switch to stable toolchain
1 parent d299124 commit 49be265

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ jobs:
7171
with:
7272
python-version: ${{ matrix.python-version }}
7373

74-
# Change to stable once https://issues.apache.org/jira/browse/INFRA-26428 resolves
75-
- uses: dtolnay/rust-toolchain@nightly
74+
- uses: dtolnay/rust-toolchain@stable
7675

7776
- run: rm LICENSE.txt
7877
- name: Download LICENSE.txt
@@ -125,8 +124,7 @@ jobs:
125124
with:
126125
python-version: ${{ matrix.python-version }}
127126

128-
# Change to stable once https://issues.apache.org/jira/browse/INFRA-26428 resolves
129-
- uses: dtolnay/rust-toolchain@nightly
127+
- uses: dtolnay/rust-toolchain@stable
130128

131129
- run: rm LICENSE.txt
132130
- name: Download LICENSE.txt

.github/workflows/test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ jobs:
4343
- uses: actions/checkout@v4
4444

4545
- name: Setup Rust Toolchain
46-
# Change to stable once https://issues.apache.org/jira/browse/INFRA-26428 resolves
47-
uses: dtolnay/rust-toolchain@nightly
46+
uses: dtolnay/rust-toolchain@stable
4847
id: rust-toolchain
4948
with:
5049
components: clippy,rustfmt

0 commit comments

Comments
 (0)