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