diff options
| author | Fuwn <[email protected]> | 2024-07-24 04:22:15 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-07-24 04:26:57 +0000 |
| commit | 3f5032eb75a6e8da7aac97f133adc6477f47f428 (patch) | |
| tree | 4d18f2bd9bf7cf55ece77098f32cbd760f7a38ea | |
| parent | chore: bump release (diff) | |
| download | september-0.2.28.tar.xz september-0.2.28.zip | |
chore(docker): sync rustc releasev0.2.28
| -rw-r--r-- | .github/workflows/check.yaml | 2 | ||||
| -rw-r--r-- | Earthfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 4889da4..6f59b6e 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.79.0 + toolchain: 1.76.0 components: rustfmt, clippy override: true - name: Check ✅ @@ -17,7 +17,7 @@ docker: SAVE IMAGE --push fuwn/september:$tag deps: - ARG rustc="1.73.0" + ARG rustc="1.76.0" FROM clux/muslrust:$rustc |