Skip to content

Commit 9b1b566

Browse files
committed
chore(ci): Fix all rust-version-specific checks to stable
1 parent c8b190b commit 9b1b566

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Install Rust
9292
uses: dtolnay/rust-toolchain@stable
9393
with:
94-
toolchain: stable
94+
toolchain: "1.76" # STABLE
9595
- uses: Swatinem/rust-cache@v2
9696
- name: Check documentation
9797
env:
@@ -106,9 +106,7 @@ jobs:
106106
- name: Install Rust
107107
uses: dtolnay/rust-toolchain@stable
108108
with:
109-
# Not MSRV because its harder to jump between versions and people are
110-
# more likely to have stable
111-
toolchain: stable
109+
toolchain: "1.76" # STABLE
112110
components: rustfmt
113111
- uses: Swatinem/rust-cache@v2
114112
- name: Check formatting

0 commit comments

Comments
 (0)