Skip to content

Bump thiserror from 1.0.66 to 2.0.4 #242

Bump thiserror from 1.0.66 to 2.0.4

Bump thiserror from 1.0.66 to 2.0.4 #242

Workflow file for this run

name: Docs
# By a huge margin the slowest test, so we run it separately
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Run tests with all features
- name: Run complete tests
run: cargo test --all-features --doc