Skip to content

Commit 186dd08

Browse files
CodeAbraclaudexnllllh
committed
ci: pin Rust toolchain to 1.87 matching rust-toolchain.toml [no-user-impact]
Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: XNLLLLH <XNLLLLH@users.noreply.github.com>
1 parent 753ea2e commit 186dd08

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
- uses: actions/setup-python@v5
2222
with:
2323
python-version: "3.12"
24-
- uses: dtolnay/rust-toolchain@stable
24+
- uses: dtolnay/rust-toolchain@1.87.0
25+
with:
26+
components: rustfmt, clippy
2527
- name: Install with dev extras
2628
run: |
2729
python -m pip install --upgrade pip

.github/workflows/extended-checks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
- uses: actions/setup-python@v5
2424
with:
2525
python-version: "3.12"
26-
- uses: dtolnay/rust-toolchain@stable
26+
- uses: dtolnay/rust-toolchain@1.87.0
27+
with:
28+
components: rustfmt, clippy
2729
- name: System build deps
2830
run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config
2931
- name: Install with dev extras

0 commit comments

Comments
 (0)