From e2cc66ca208175cb9c8c7e5b01a2047550664388 Mon Sep 17 00:00:00 2001 From: Ammar Arif Date: Tue, 30 Dec 2025 23:20:14 +0800 Subject: [PATCH] chore(ci): bump Rust to 1.89.0 and clippy nightly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .github/workflows/build-and-push-docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-push-docker.yml b/.github/workflows/build-and-push-docker.yml index 97208b8ce..d8a001132 100644 --- a/.github/workflows/build-and-push-docker.yml +++ b/.github/workflows/build-and-push-docker.yml @@ -14,8 +14,8 @@ on: - ".github/Dockerfile" env: - RUST_VERSION: 1.86.0 - CLIPPY_VERSION: nightly-2025-02-20 + RUST_VERSION: 1.89.0 + CLIPPY_VERSION: nightly-2025-06-20 jobs: # Docker tag determination based on workflow trigger: