File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments