Skip to content

chore(deps): bump clap from 4.5.6 to 4.5.8 #48

chore(deps): bump clap from 4.5.6 to 4.5.8

chore(deps): bump clap from 4.5.6 to 4.5.8 #48

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
uses: robertpsoane/github-workflows/.github/workflows/rust-test.yml@main
with:
crate_type: bin # (optional) change to bin to avoid running cargo test --doc
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}