Skip to content

Bump clap from 4.5.17 to 4.5.18 #62

Bump clap from 4.5.17 to 4.5.18

Bump clap from 4.5.17 to 4.5.18 #62

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
name: build
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@v1
with:
toolchain: stable
- run: cargo build
- run: cargo test
- run: cargo fmt --check