Skip to content

Commit 3c1dc23

Browse files
committed
ci(check): Use stable Rust
1 parent e71c63c commit 3c1dc23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions-rs/toolchain@v1
2121
with:
2222
profile: minimal
23-
toolchain: 1.78.0
23+
toolchain: stable
2424
components: rustfmt, clippy
2525
override: true
2626
- name: Check ✅

0 commit comments

Comments
 (0)