aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-07-24 04:17:28 +0000
committerFuwn <[email protected]>2024-07-24 04:17:28 +0000
commitcc84356c4754e8871896ae8592f4ed34420beda1 (patch)
tree99718b2929ee89a3351db9f1b05d0620fbaa7d4b
parentci(actions): remove docker workflow (diff)
downloadseptember-cc84356c4754e8871896ae8592f4ed34420beda1.tar.xz
september-cc84356c4754e8871896ae8592f4ed34420beda1.zip
ci(actions): increase rustc release
-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 f277310..4889da4 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.73.0
+ toolchain: 1.79.0
components: rustfmt, clippy
override: true
- name: Check ✅