Skip to content

bump: MSRV -> 1.64.0 #230

bump: MSRV -> 1.64.0

bump: MSRV -> 1.64.0 #230

Workflow file for this run

name: audit
on:
push:
branches: [ master ]
pull_request:
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- name: install cargo-audit
run: cargo install cargo-audit
- name: audit dependencies
run: cargo audit