Skip to content

Bump thiserror from 1.0.63 to 2.0.3 #539

Bump thiserror from 1.0.63 to 2.0.3

Bump thiserror from 1.0.63 to 2.0.3 #539

Workflow file for this run

on: [push, pull_request]
name: clippy
jobs:
clippy_nightly:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
components: clippy
override: true
- uses: actions-rs/cargo@v1
with:
command: clippy