Commit 2d2dbe5
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
2 files changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
This file was deleted.
0 commit comments