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
steps:
- name: Clippy linter
image: rust:1.91.1-bullseye
image: rust:1.92.0-bullseye
commands:
- rustup component add clippy
- cargo clippy
- name: Rust fmt
image: rust:1.91.1-bullseye
image: rust:1.92.0-bullseye
commands:
- rustup component add rustfmt
- cargo fmt --check
- name: Unit tests
image: rust:1.91.1-bullseye
image: rust:1.92.0-bullseye
commands:
- cargo test