Skip to content

bumping cargo toml to 0.1.1 to test release #6

bumping cargo toml to 0.1.1 to test release

bumping cargo toml to 0.1.1 to test release #6

Workflow file for this run

name: cargo audit
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
push:
paths:
- '.github/workflows/audit.yml'
- '**/Cargo.lock'
- '**/Cargo.toml'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}