Skip to content

fix: moving to 2021 edition #14

fix: moving to 2021 edition

fix: moving to 2021 edition #14

Workflow file for this run

name: Audit
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions-rust-lang/audit@v1