Skip to content

Update thiserror requirement from 1.0.24 to 2.0.3 #203

Update thiserror requirement from 1.0.24 to 2.0.3

Update thiserror requirement from 1.0.24 to 2.0.3 #203

Workflow file for this run

name: "ci-fmt"
on:
pull_request:
push:
branches:
- master
- main
- staging # for Bors
- trying # for Bors
jobs:
fmt:
name: fmt
runs-on: ubuntu-latest
steps:
- name: checkout_repository
uses: actions/checkout@v3
- name: install_rust
uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- name: check_formatting
run: |
cargo fmt --all -- --check