Skip to content

Add workaround for https://github.com/cross-rs/cross/issues/1345 #164

Add workaround for https://github.com/cross-rs/cross/issues/1345

Add workaround for https://github.com/cross-rs/cross/issues/1345 #164

Workflow file for this run

name: Security audit - on push
on:
push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/audit@v1