diff options
| author | Fuwn <[email protected]> | 2025-01-14 08:12:38 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-01-14 08:18:44 +0000 |
| commit | 65f36b9395a7602477c2888aa05697e3e054a097 (patch) | |
| tree | 21b3c352593fb312a16be8ac199d1d991259331c /.github | |
| parent | docs(cargo): add minimum rust version for lock file version 4 support (diff) | |
| download | september-65f36b9395a7602477c2888aa05697e3e054a097.tar.xz september-65f36b9395a7602477c2888aa05697e3e054a097.zip | |
ci: bump rust
Diffstat (limited to '.github')
| -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 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 ✅ |