Skip to content

Commit

Permalink
Switch to stable toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
timsaucer committed Jan 14, 2025
1 parent d299124 commit 49be265
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

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

- run: rm LICENSE.txt
- name: Download LICENSE.txt
Expand Down Expand Up @@ -125,8 +124,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

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

- run: rm LICENSE.txt
- name: Download LICENSE.txt
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Rust Toolchain
# Change to stable once https://issues.apache.org/jira/browse/INFRA-26428 resolves
uses: dtolnay/rust-toolchain@nightly
uses: dtolnay/rust-toolchain@stable
id: rust-toolchain
with:
components: clippy,rustfmt
Expand Down

0 comments on commit 49be265

Please sign in to comment.