Skip to content

Bump clap from 4.5.22 to 4.5.23 #88

Bump clap from 4.5.22 to 4.5.23

Bump clap from 4.5.22 to 4.5.23 #88

Workflow file for this run

name: CI
on: push
env:
CARGO_TERM_COLOR: always
jobs:
Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build
- name: Clippy
run: cargo clippy