Skip to content

chore: Update msrv to 1.77 and test it in CI #3847

chore: Update msrv to 1.77 and test it in CI

chore: Update msrv to 1.77 and test it in CI #3847

Workflow file for this run

name: Audit
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
push:
paths:
- "**/Cargo.lock"
- "**/Cargo.toml"
jobs:
audit-rust:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}