Skip to content

Update all non-major dependencies to v8.21.0 #807

Update all non-major dependencies to v8.21.0

Update all non-major dependencies to v8.21.0 #807

Workflow file for this run

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