Skip to content

v0.13.0

v0.13.0 #21

Workflow file for this run

name: audit
on:
release:
types: [published]
env:
CARGO_TERM_COLOR: always
jobs:
audit:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v3
- name: Audit
run: |
cargo install cargo-audit
cargo audit