diff options
| author | Fuwn <[email protected]> | 2026-01-21 01:41:19 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-01-21 01:41:24 -0800 |
| commit | c2c27794d113aea041eda73d2539ba6c2f5076be (patch) | |
| tree | f016e75155414caf1e5138e27dc7aa2ac4666931 | |
| parent | chore(deps): Bump indirect dependencies (diff) | |
| download | locus-c2c27794d113aea041eda73d2539ba6c2f5076be.tar.xz locus-c2c27794d113aea041eda73d2539ba6c2f5076be.zip | |
chore: Update CI references to updated Rust toolchain channel
| -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} |