Skip to content

break: bump MSRV to 1.67.1 #6

break: bump MSRV to 1.67.1

break: bump MSRV to 1.67.1 #6

Workflow file for this run

---
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
name: Security audit
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}