Skip to content

Bump clap from 4.5.39 to 4.5.40 #385

Bump clap from 4.5.39 to 4.5.40

Bump clap from 4.5.39 to 4.5.40 #385

Workflow file for this run

name: Rust
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose