From 9f961cd17f671b0b93cdce1e34ab7230f8c4ef4f Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 23 Jul 2024 21:22:15 -0700 Subject: [PATCH] chore(docker): sync rustc release --- .github/workflows/check.yaml | 2 +- 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 ✅ diff --git a/Earthfile b/Earthfile index 20b52c5..3583c9e 100644 --- a/Earthfile +++ b/Earthfile @@ -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