Skip to content

Update all non-major dependencies to v6.12.0 #532

Update all non-major dependencies to v6.12.0

Update all non-major dependencies to v6.12.0 #532

Workflow file for this run

on: push
name: Clippy
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- run: rustup component add clippy
- run: cd Rust && $HOME/.cargo/bin/cargo clippy --message-format=json --all-features