diff options
| author | Fuwn <[email protected]> | 2024-07-24 04:17:28 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-07-24 04:17:28 +0000 |
| commit | cc84356c4754e8871896ae8592f4ed34420beda1 (patch) | |
| tree | 99718b2929ee89a3351db9f1b05d0620fbaa7d4b | |
| parent | ci(actions): remove docker workflow (diff) | |
| download | september-cc84356c4754e8871896ae8592f4ed34420beda1.tar.xz september-cc84356c4754e8871896ae8592f4ed34420beda1.zip | |
ci(actions): increase rustc release
| -rw-r--r-- | .github/workflows/check.yaml | 2 |
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 ✅ |