Update rust Docker tag to v1.93.0 #10

Open
devops-bot wants to merge 1 commits from renovate/rust-1.x into main

View File

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