From 524db0da436b2ff883b98fa6fdd474482641f91e Mon Sep 17 00:00:00 2001 From: JasterV <49537445+JasterV@users.noreply.github.com> Date: Wed, 4 Mar 2026 00:49:27 +0100 Subject: [PATCH] Force CI run --- .woodpecker/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/ci.yml b/.woodpecker/ci.yml index 60774b7..89a121c 100644 --- a/.woodpecker/ci.yml +++ b/.woodpecker/ci.yml @@ -4,7 +4,7 @@ when: steps: lint: - image: jasterv/rust-ci:latest + image: jasterv/rust-ci:1.93 commands: - cargo make -p ci fmt-check - cargo make -p ci clippy @@ -12,6 +12,6 @@ steps: - cargo make -p ci docs test: - image: jasterv/rust-ci:latest + image: jasterv/rust-ci:1.93 commands: - cargo make -p ci test