Skip to content

Bump clap from 4.4.12 to 4.4.14 #268

Bump clap from 4.4.12 to 4.4.14

Bump clap from 4.4.12 to 4.4.14 #268

Workflow file for this run

name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run Tests
run: cargo test --verbose