Update rust version in ci job
ci/woodpecker/push/tests Pipeline was successful

This commit is contained in:
2026-09-17 13:22:24 +00:00
parent 99d1c2feef
commit ee221b0954
+3 -3
View File
@@ -4,19 +4,19 @@ when:
steps: steps:
- name: fmt - name: fmt
image: rust:1.97 image: rust:1.98
commands: commands:
- rustup component add rustfmt - rustup component add rustfmt
- cargo fmt --all -- --check - cargo fmt --all -- --check
- name: clippy - name: clippy
image: rust:1.97 image: rust:1.98
commands: commands:
- rustup component add clippy - rustup component add clippy
- cargo clippy --workspace --all-targets --all-features -- -D warnings - cargo clippy --workspace --all-targets --all-features -- -D warnings
- name: test - name: test
image: rust:1.97 image: rust:1.98
commands: commands:
- cargo test --workspace --all-targets - cargo test --workspace --all-targets