Skip to content

Bump clap from 4.5.60 to 4.6.1 #258

Bump clap from 4.5.60 to 4.6.1

Bump clap from 4.5.60 to 4.6.1 #258

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
- uses: Swatinem/rust-cache@v2
- run: cargo fmt -- --check
- run: cargo clippy -- -D warnings
- run: cargo test