Skip to content

chore(deps): bump thiserror from 1.0.57 to 1.0.60 #79

chore(deps): bump thiserror from 1.0.57 to 1.0.60

chore(deps): bump thiserror from 1.0.57 to 1.0.60 #79

Workflow file for this run

on:
pull_request:
paths:
- '**.rs'
- Cargo.toml
workflow_dispatch:
name: MSRV check
jobs:
msrv_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
- name: Install Cargo MSRV
uses: baptiste0928/cargo-install@v3
with:
crate: cargo-msrv
args: --no-default-features
version: ^0.15.1
- name: Check MSRV
run: cargo msrv verify -- cargo check --all-features