From b3a0cb63e9095a7de643b153bd38d01cbc931184 Mon Sep 17 00:00:00 2001 From: qpismont Date: Fri, 31 Jul 2026 20:21:05 +0000 Subject: [PATCH] Update woodpecker rust job (1.96 => 1.97) --- .woodpecker/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/tests.yml b/.woodpecker/tests.yml index b151ff1..acb5c7b 100644 --- a/.woodpecker/tests.yml +++ b/.woodpecker/tests.yml @@ -4,12 +4,12 @@ when: steps: - name: clippy - image: rust:1.96 + image: rust:1.97 commands: - rustup component add clippy - cargo clippy - name: test - image: rust:1.96 + image: rust:1.97 commands: - cargo test