Skip to content

Commit 2d2dbe5

Browse files
committed
ci: remove outdated rust-toolchain file
The rust-toolchain file specified Rust 1.79, which is below the minimum supported version (1.81). When this file exists, `cargo +nightly fmt` fails on macOS because cargo is invoked directly from the specified toolchain instead of through rustup, bypassing the +toolchain directive. Also removes the now-unnecessary git diff exclusion for rust-toolchain.
1 parent 2f69e2c commit 2d2dbe5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/actions/build-and-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ runs:
6969
- name: Check that up-to-date bindings are checked in
7070
shell: bash
7171
run: |
72-
git diff --exit-code ":(exclude)rust-toolchain"
72+
git diff --exit-code

rust-toolchain

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)