Skip to content

Add a changelog entry for PR 377 #182

Add a changelog entry for PR 377

Add a changelog entry for PR 377 #182

Workflow file for this run

name: Rust version
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
permissions: {}
jobs:
msrv:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: taiki-e/install-action@18b1216eba7f8039b0f8d131d5473787f0edce68 # v2.85.3
with:
tool: cargo-hack
- run: cargo hack check --rust-version --workspace --all-targets