Skip to content

Update version to 0.1.2 and add date to Changes.md #227

Update version to 0.1.2 and add date to Changes.md

Update version to 0.1.2 and add date to Changes.md #227

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