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 | 0c7451087329875a7b591ed95e51f3d0528734ee (patch) | |
| tree | 99718b2929ee89a3351db9f1b05d0620fbaa7d4b | |
| parent | ci(actions): remove docker workflow (diff) | |
| download | september-0c7451087329875a7b591ed95e51f3d0528734ee.tar.xz september-0c7451087329875a7b591ed95e51f3d0528734ee.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 ✅ |