Skip to content

Bump MSRV to 1.70

Bump MSRV to 1.70 #32

Workflow file for this run

---
name: Security audit
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
- '.github/workflows/audit.yml'
jobs:
cargo-audit:
name: Audit the baseline for CVEs
runs-on: ubuntu-latest
steps:
- name: Checkout the source code
uses: actions/checkout@v4
- uses: cargo-bins/cargo-binstall@main
- name: Install cargo-audit
run: cargo binstall -y cargo-audit
- name: Audit
run: cargo audit