Skip to content

Commit 127feb4

Browse files
skeptomaiclaude
andcommitted
chore: pin Rust toolchain to 1.94.0 for consistent rustfmt
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 70985e5 commit 127feb4

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16-
- name: Install Rust stable
17-
uses: dtolnay/rust-toolchain@stable
16+
- name: Install Rust toolchain
17+
uses: dtolnay/rust-toolchain@master
1818
with:
19+
toolchain: "1.94.0"
1920
components: clippy, rustfmt
2021

2122
- name: Cache cargo

rust-toolchain.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[toolchain]
2+
channel = "1.94.0"
3+
components = ["rustfmt", "clippy"]

0 commit comments

Comments
 (0)