aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-21 01:41:19 -0800
committerFuwn <[email protected]>2026-01-21 01:41:24 -0800
commitc2c27794d113aea041eda73d2539ba6c2f5076be (patch)
treef016e75155414caf1e5138e27dc7aa2ac4666931
parentchore(deps): Bump indirect dependencies (diff)
downloadlocus-c2c27794d113aea041eda73d2539ba6c2f5076be.tar.xz
locus-c2c27794d113aea041eda73d2539ba6c2f5076be.zip
chore: Update CI references to updated Rust toolchain channel
-rw-r--r--.github/workflows/check.yaml2
-rw-r--r--Earthfile2
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
diff --git a/Earthfile b/Earthfile
index 0749ce3..bcf338b 100644
--- a/Earthfile
+++ b/Earthfile
@@ -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}