Skip to content

add the MSRV to Cargo.toml #81

add the MSRV to Cargo.toml

add the MSRV to Cargo.toml #81

Workflow file for this run

name: Audit Rust dependencies
on: [pull_request, workflow_dispatch]
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install cargo-audit
uses: actions-rs/[email protected]
with:
crate: cargo-audit
version: latest
- name: Audit
run: cargo audit