aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/check.yaml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-01-14 08:12:38 +0000
committerFuwn <[email protected]>2025-01-14 08:18:44 +0000
commitb0d7bf9bf3bc7c5d846b9fa2f99faeab2566b2ad (patch)
tree21b3c352593fb312a16be8ac199d1d991259331c /.github/workflows/check.yaml
parentdocs(cargo): add minimum rust version for lock file version 4 support (diff)
downloadseptember-b0d7bf9bf3bc7c5d846b9fa2f99faeab2566b2ad.tar.xz
september-b0d7bf9bf3bc7c5d846b9fa2f99faeab2566b2ad.zip
ci: bump rust
Diffstat (limited to '.github/workflows/check.yaml')
-rw-r--r--.github/workflows/check.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml
index 6f59b6e..2ca16fb 100644
--- a/.github/workflows/check.yaml
+++ b/.github/workflows/check.yaml
@@ -20,7 +20,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
- toolchain: 1.76.0
+ toolchain: 1.78.0
components: rustfmt, clippy
override: true
- name: Check ✅