Update woodpecker rust job (1.96 => 1.97)
ci/woodpecker/push/tests Pipeline was successful

This commit is contained in:
2026-07-31 20:21:05 +00:00
parent 5b9d870b46
commit b3a0cb63e9
+2 -2
View File
@@ -4,12 +4,12 @@ when:
steps: steps:
- name: clippy - name: clippy
image: rust:1.96 image: rust:1.97
commands: commands:
- rustup component add clippy - rustup component add clippy
- cargo clippy - cargo clippy
- name: test - name: test
image: rust:1.96 image: rust:1.97
commands: commands:
- cargo test - cargo test