diff options
| -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 d909cc4..dbf5fd2 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -24,7 +24,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2024-07-17 + toolchain: nightly-2025-01-21 components: rustfmt, clippy override: true @@ -19,7 +19,7 @@ docker: SAVE IMAGE --push ghcr.io/gemrest/locus:$tag deps: - ARG rustc="nightly-2024-07-17" + ARG rustc="nightly-2025-01-21" FROM clux/muslrust:${rustc} |