Skip to content

Bump clap from 4.4.14 to 4.5.0 #149

Bump clap from 4.4.14 to 4.5.0

Bump clap from 4.4.14 to 4.5.0 #149

Workflow file for this run

name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
permissions:
contents: read
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
with:
egress-policy: audit
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose