Skip to content

cargo: bump MSRV to 1.90 #170

cargo: bump MSRV to 1.90

cargo: bump MSRV to 1.90 #170

Workflow file for this run

name: audit
on:
schedule:
- cron: '39 7 13 * *'
push:
branches: ['**']
paths:
- "Cargo.lock"
- ".github/workflows/audit.yml"
workflow_dispatch:
jobs:
audit:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Checkout code
uses: actions/checkout@v6
- uses: actions-rust-lang/audit@v1