Skip to content

Bump lru from 0.12.4 to 0.12.5 (#161) #16

Bump lru from 0.12.4 to 0.12.5 (#161)

Bump lru from 0.12.4 to 0.12.5 (#161) #16

Workflow file for this run

name: Audit
on:
push:
branches:
- main
- release-*
pull_request:
branches:
- main
- release-*
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: styfle/[email protected]
name: Cancel Outdated Builds
with:
all_but_latest: true
access_token: ${{ github.token }}
- uses: actions/checkout@v4
name: Checkout Repository
- uses: dtolnay/rust-toolchain@stable
- name: Audit
run: cargo audit