Update rust Docker tag to v1.92.0
All checks were successful
ci/woodpecker/push/code_tests Pipeline was successful
ci/woodpecker/push/pre_commit_test Pipeline was successful

This commit is contained in:
2025-12-12 01:01:20 +00:00
parent 3af62b2ab8
commit 213c5b1a47

View File

@@ -3,16 +3,16 @@ when:
- push - push
steps: steps:
- name: Clippy linter - name: Clippy linter
image: rust:1.91.1-bullseye image: rust:1.92.0-bullseye
commands: commands:
- rustup component add clippy - rustup component add clippy
- cargo clippy - cargo clippy
- name: Rust fmt - name: Rust fmt
image: rust:1.91.1-bullseye image: rust:1.92.0-bullseye
commands: commands:
- rustup component add rustfmt - rustup component add rustfmt
- cargo fmt --check - cargo fmt --check
- name: Unit tests - name: Unit tests
image: rust:1.91.1-bullseye image: rust:1.92.0-bullseye
commands: commands:
- cargo test - cargo test