Update rust Docker tag to v1.92.0 #9

Merged
allanger merged 1 commits from renovate/rust-1.x into main 2025-12-14 18:29:57 +00:00

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