Skip to content

Update thiserror requirement from 1.0.29 to 2.0.3 #3531

Update thiserror requirement from 1.0.29 to 2.0.3

Update thiserror requirement from 1.0.29 to 2.0.3 #3531

Workflow file for this run

name: clippy
on:
pull_request:
paths:
- '**.rs'
- '**.toml'
- '**.yml'
jobs:
clippy_nightly:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
components: clippy
- uses: clechasseur/rs-clippy-check@v3
with:
args: --workspace